Skip to content

Commit

Permalink
1.2.1-beta. Update README description
Browse files Browse the repository at this point in the history
  • Loading branch information
WezomDev committed Sep 17, 2020
1 parent a61dc50 commit c08cbcd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ npm i -D eslint-config-wezom-relax-ts
```bash
npm i -D @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-plugin-flowtype eslint-plugin-import
```

## Rules

ESLint configuration and list of rules can be viewed in the source file [.eslintrc.js file](https://github.com/WezomAgency/eslint-config-wezom-relax-ts/blob/master/.eslintrc.js).
Detailed description each of rule see on [`@typescript-eslint/typescript-eslint` docs](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin/docs).
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-wezom-relax-ts",
"version": "1.2.0-beta",
"version": "1.2.1-beta",
"description": "An ESLint shareable config for Typescript",
"main": ".eslintrc.js",
"files": [
Expand Down

0 comments on commit c08cbcd

Please sign in to comment.