Skip to content

Commit

Permalink
remove eslint-plugin-standard
Browse files Browse the repository at this point in the history
Fixes: #1316
  • Loading branch information
feross committed Oct 29, 2020
1 parent 7c7dbec commit 59dc70e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -786,7 +786,6 @@ Here are some important packages in the `standard` ecosystem:
- **[standard-engine](https://github.com/standard/standard-engine)** - cli engine for arbitrary eslint rules
- **[eslint-config-standard](https://github.com/standard/eslint-config-standard)** - eslint rules for standard
- **[eslint-config-standard-jsx](https://github.com/standard/eslint-config-standard-jsx)** - eslint rules for standard (JSX)
- **[eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard)** - custom eslint rules for standard (not part of eslint core)
- **[eslint](https://github.com/eslint/eslint)** - the linter that powers standard
- **[snazzy](https://github.com/standard/snazzy)** - pretty terminal output for standard
- **[standard-www](https://github.com/standard/standard-www)** - code for https://standardjs.com
Expand Down
4 changes: 2 additions & 2 deletions docs/webstorm.md
Expand Up @@ -39,10 +39,10 @@ If you still prefer to configure `standard` manually, use the following guide.

5. You may install dependencies and config globally or locally and with support of ES7 or without it
- **Local** install:
- `npm install --save-dev eslint-config-standard eslint-config-standard-jsx eslint-plugin-promise eslint-plugin-react eslint-plugin-standard`
- `npm install --save-dev eslint-config-standard eslint-config-standard-jsx eslint-plugin-promise eslint-plugin-react`
- `echo '{"extends": ["standard", "standard-jsx"]}' > .eslintrc`
- **Global** install:
- `npm install --global eslint-config-standard eslint-config-standard-jsx eslint-plugin-promise eslint-plugin-react eslint-plugin-standard`
- `npm install --global eslint-config-standard eslint-config-standard-jsx eslint-plugin-promise eslint-plugin-react`
- `echo '{"extends": ["standard", "standard-jsx"]}' > ~/.eslintrc`

Be aware: The second command above will overwrite an existing `.eslintrc` if one exists.
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -21,7 +21,6 @@
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-promise": "~4.2.1",
"eslint-plugin-react": "~7.21.5",
"eslint-plugin-standard": "~4.0.2",
"standard-engine": "^13.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 59dc70e

Please sign in to comment.