Skip to content

Commit 75ce3a6

Browse files
authored
Merge pull request #998 from git-for-windows/dependabot/npm_and_yarn/stylistic/eslint-plugin-5.2.0
Bump @stylistic/eslint-plugin from 4.4.1 to 5.2.0
2 parents 0118ae6 + 422df57 commit 75ce3a6

File tree

3 files changed

+37
-257
lines changed

3 files changed

+37
-257
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default defineConfig([
6161
accessibility: "no-public",
6262
}],
6363

64-
"@stylistic/func-call-spacing": ["error", "never"],
64+
"@stylistic/function-call-spacing": ["error", "never"],
6565
"@typescript-eslint/no-array-constructor": "error",
6666
"@typescript-eslint/no-empty-interface": "error",
6767
"@typescript-eslint/no-explicit-any": "error",

package-lock.json

Lines changed: 35 additions & 255 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"unzipper": "^0.12.3"
3434
},
3535
"devDependencies": {
36-
"@stylistic/eslint-plugin": "^4.4.1",
36+
"@stylistic/eslint-plugin": "^5.2.0",
3737
"@types/jest": "^29.5.14",
3838
"@types/node": "^22.9.0 <23.0.0",
3939
"@types/unzipper": "^0.10.11",

0 commit comments

Comments
 (0)