Skip to content

Commit

Permalink
fix(deps): update dependency @stylistic/eslint-plugin to v3 (#321)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @stylistic/eslint-plugin to v3

* Add options to `@stylistic/quotes`

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Bartosz Dotryw <burtekdotryw@gmail.com>
  • Loading branch information
renovate[bot] and burtek authored Feb 11, 2025
1 parent 3ba5a18 commit e7d88b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configs/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export function prepareConfig({ nextResolver = false } = {}) {
'@stylistic/operator-linebreak': ['error', 'before'],
'@stylistic/padded-blocks': ['error', 'never'],
'@stylistic/quote-props': ['error', 'as-needed'],
'@stylistic/quotes': ['error', 'single'],
'@stylistic/quotes': ['error', 'single', { avoidEscape: true, allowTemplateLiterals: 'avoidEscape' }],
'@stylistic/rest-spread-spacing': 'error',
'@stylistic/semi': 'error',
'@stylistic/semi-spacing': 'error',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@eslint/json": "0.10.0",
"@next/eslint-plugin-next": "~15.0.0 || ~15.1.0",
"@stylistic/eslint-plugin": "2.13.0",
"@stylistic/eslint-plugin": "3.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-cypress": "4.1.0",
"eslint-plugin-import-x": "4.6.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -715,10 +715,10 @@
dependencies:
"@sinonjs/commons" "^3.0.0"

"@stylistic/eslint-plugin@2.13.0":
version "2.13.0"
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-2.13.0.tgz#53bf175dac8c1ec055b370a6ff77d491cae9a70d"
integrity sha512-RnO1SaiCFHn666wNz2QfZEFxvmiNRqhzaMXHXxXXKt+MEP7aajlPxUSMIQpKAaJfverpovEYqjBOXDq6dDcaOQ==
"@stylistic/eslint-plugin@3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-3.1.0.tgz#a9f655c518f76bfc5feb46b467d0f06e511b289d"
integrity sha512-pA6VOrOqk0+S8toJYhQGv2MWpQQR0QpeUo9AhNkC49Y26nxBQ/nH1rta9bUU1rPw2fJ1zZEMV5oCX5AazT7J2g==
dependencies:
"@typescript-eslint/utils" "^8.13.0"
eslint-visitor-keys "^4.2.0"
Expand Down

0 comments on commit e7d88b4

Please # to comment.