Skip to content

Commit 422df57

Browse files
dependabot[bot]rimrul
authored andcommitted
Bump @stylistic/eslint-plugin from 4.4.1 to 5.2.0
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 4.4.1 to 5.2.0. - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.2.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin" dependency-version: 5.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Matthias Aßhauer <[email protected]>
1 parent 0118ae6 commit 422df57

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)