Skip to content

Commit

Permalink
chore(deps): update dependency @stylistic/eslint-plugin to ^2.3.0 (#1116
Browse files Browse the repository at this point in the history
)
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent 8b6a4eb commit 48f036c
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 27 deletions.
7 changes: 6 additions & 1 deletion config/eslint/flat-configs/eslint.stylistic-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,12 @@ const ESLINT_STYLISTIC_CONFIG = {
"@stylistic/no-trailing-spaces": [ERROR, { skipBlankLines: true }],
"@stylistic/no-whitespace-before-property": ERROR,
"@stylistic/nonblock-statement-body-position": [ERROR, "below"],
"@stylistic/object-curly-newline": [ERROR, { multiline: true }],
"@stylistic/object-curly-newline": [
ERROR, {
multiline: true,
consistent: true,
},
],
"@stylistic/object-curly-spacing": [ERROR, ALWAYS],
"@stylistic/object-property-newline": [ERROR, { allowAllPropertiesOnSameLine: true }],
"@stylistic/one-var-declaration-per-line": [ERROR, ALWAYS],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"@stryker-mutator/core": "^8.2.6",
"@stryker-mutator/jest-runner": "^8.2.6",
"@stryker-mutator/typescript-checker": "^8.2.6",
"@stylistic/eslint-plugin": "^2.2.2",
"@stylistic/eslint-plugin": "^2.3.0",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/jest-when": "^3.5.5",
Expand Down
50 changes: 25 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 48f036c

Please sign in to comment.