Skip to content

Commit f2abcca

Browse files
authored
Merge pull request #850 from VirtusLab/dependabot/npm_and_yarn/stylistic/eslint-plugin-5.0.0
chore(deps-dev): Bump @stylistic/eslint-plugin from 4.4.1 to 5.0.0
2 parents dc52648 + 5ea7e60 commit f2abcca

File tree

3 files changed

+29
-226
lines changed

3 files changed

+29
-226
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default [{
5858
allowExpressions: true,
5959
}],
6060

61-
"@stylistic/func-call-spacing": ["error", "never"],
61+
"func-call-spacing": ["error", "never"],
6262
"@typescript-eslint/no-array-constructor": "error",
6363
"@typescript-eslint/no-empty-interface": "error",
6464
"@typescript-eslint/no-explicit-any": "warn",

package-lock.json

Lines changed: 27 additions & 224 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
@@ -30,7 +30,7 @@
3030
"@actions/tool-cache": "^2.0.2"
3131
},
3232
"devDependencies": {
33-
"@stylistic/eslint-plugin": "^4.4.1",
33+
"@stylistic/eslint-plugin": "^5.0.0",
3434
"@types/node": "^24.0.3",
3535
"@typescript-eslint/eslint-plugin": "^8.34.1",
3636
"@typescript-eslint/parser": "^8.34.0",

0 commit comments

Comments
 (0)