Skip to content

Commit c5d7853

Browse files
committed
chore: add missing @stylistic/eslint-plugin-plus
1 parent 1837a4d commit c5d7853

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ Note that this config _only_ turns rules _off,_ so it only makes sense using it
6363

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

66-
- [@typescript-eslint/eslint-plugin]
6766
- [@babel/eslint-plugin]
67+
- [@stylistic/eslint-plugin]
68+
- [@typescript-eslint/eslint-plugin]
6869
- [eslint-plugin-babel]
6970
- [eslint-plugin-flowtype]
7071
- [eslint-plugin-react]
@@ -871,6 +872,7 @@ When you’re done, run `npm test` to verify that you got it all right. It runs
871872
[MIT](LICENSE).
872873

873874
[@babel/eslint-plugin]: https://github.com/babel/babel/tree/main/eslint/babel-eslint-plugin
875+
[@stylistic/eslint-plugin]: https://github.com/eslint-stylistic/eslint-stylistic
874876
[@stylistic/lines-around-comment]: https://eslint.style/rules/default/lines-around-comment
875877
[@stylistic/js/lines-around-comment]: https://eslint.style/rules/js/lines-around-comment
876878
[@stylistic/ts/lines-around-comment]: https://eslint.style/rules/ts/lines-around-comment

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"@stylistic/eslint-plugin": "^2.3.0",
5555
"@stylistic/eslint-plugin-js": "^2.3.0",
5656
"@stylistic/eslint-plugin-jsx": "^2.3.0",
57+
"@stylistic/eslint-plugin-plus": "^2.3.0",
5758
"@stylistic/eslint-plugin-ts": "^2.3.0",
5859
"@typescript-eslint/eslint-plugin": "6.13.1",
5960
"@typescript-eslint/parser": "6.13.1",

yarn.lock

+10
Original file line numberDiff line numberDiff line change
@@ -1251,6 +1251,15 @@ __metadata:
12511251
languageName: node
12521252
linkType: hard
12531253

1254+
"@stylistic/eslint-plugin-plus@npm:^2.3.0":
1255+
version: 2.13.0
1256+
resolution: "@stylistic/eslint-plugin-plus@npm:2.13.0"
1257+
peerDependencies:
1258+
eslint: "*"
1259+
checksum: 10c0/6092e3a6d568d0cee4b0550c58724f84750f58232649be0cfb84bce4c5cb04f212caf0abd659b591a92cd41c1cb8da864dd693378708ac6dfb8e7cbccc586cfb
1260+
languageName: node
1261+
linkType: hard
1262+
12541263
"@stylistic/eslint-plugin-ts@npm:^2.3.0":
12551264
version: 2.13.0
12561265
resolution: "@stylistic/eslint-plugin-ts@npm:2.13.0"
@@ -2670,6 +2679,7 @@ __metadata:
26702679
"@stylistic/eslint-plugin": "npm:^2.3.0"
26712680
"@stylistic/eslint-plugin-js": "npm:^2.3.0"
26722681
"@stylistic/eslint-plugin-jsx": "npm:^2.3.0"
2682+
"@stylistic/eslint-plugin-plus": "npm:^2.3.0"
26732683
"@stylistic/eslint-plugin-ts": "npm:^2.3.0"
26742684
"@typescript-eslint/eslint-plugin": "npm:6.13.1"
26752685
"@typescript-eslint/parser": "npm:6.13.1"

0 commit comments

Comments
 (0)