Skip to content

Commit

Permalink
chore: add missing @stylistic/eslint-plugin-plus
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Mar 7, 2025
1 parent 1837a4d commit c5d7853
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ Note that this config _only_ turns rules _off,_ so it only makes sense using it

eslint-config-prettier not only turns off _core_ rules, but also some from these plugins automatically:

- [@typescript-eslint/eslint-plugin]
- [@babel/eslint-plugin]
- [@stylistic/eslint-plugin]
- [@typescript-eslint/eslint-plugin]
- [eslint-plugin-babel]
- [eslint-plugin-flowtype]
- [eslint-plugin-react]
Expand Down Expand Up @@ -871,6 +872,7 @@ When you’re done, run `npm test` to verify that you got it all right. It runs
[MIT](LICENSE).

[@babel/eslint-plugin]: https://github.com/babel/babel/tree/main/eslint/babel-eslint-plugin
[@stylistic/eslint-plugin]: https://github.com/eslint-stylistic/eslint-stylistic
[@stylistic/lines-around-comment]: https://eslint.style/rules/default/lines-around-comment
[@stylistic/js/lines-around-comment]: https://eslint.style/rules/js/lines-around-comment
[@stylistic/ts/lines-around-comment]: https://eslint.style/rules/ts/lines-around-comment
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"@stylistic/eslint-plugin": "^2.3.0",
"@stylistic/eslint-plugin-js": "^2.3.0",
"@stylistic/eslint-plugin-jsx": "^2.3.0",
"@stylistic/eslint-plugin-plus": "^2.3.0",
"@stylistic/eslint-plugin-ts": "^2.3.0",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,15 @@ __metadata:
languageName: node
linkType: hard

"@stylistic/eslint-plugin-plus@npm:^2.3.0":
version: 2.13.0
resolution: "@stylistic/eslint-plugin-plus@npm:2.13.0"
peerDependencies:
eslint: "*"
checksum: 10c0/6092e3a6d568d0cee4b0550c58724f84750f58232649be0cfb84bce4c5cb04f212caf0abd659b591a92cd41c1cb8da864dd693378708ac6dfb8e7cbccc586cfb
languageName: node
linkType: hard

"@stylistic/eslint-plugin-ts@npm:^2.3.0":
version: 2.13.0
resolution: "@stylistic/eslint-plugin-ts@npm:2.13.0"
Expand Down Expand Up @@ -2670,6 +2679,7 @@ __metadata:
"@stylistic/eslint-plugin": "npm:^2.3.0"
"@stylistic/eslint-plugin-js": "npm:^2.3.0"
"@stylistic/eslint-plugin-jsx": "npm:^2.3.0"
"@stylistic/eslint-plugin-plus": "npm:^2.3.0"
"@stylistic/eslint-plugin-ts": "npm:^2.3.0"
"@typescript-eslint/eslint-plugin": "npm:6.13.1"
"@typescript-eslint/parser": "npm:6.13.1"
Expand Down

0 comments on commit c5d7853

Please sign in to comment.