Skip to content

Commit

Permalink
Bump eslint-config-stylelint from 16.0.0 to 17.0.0 (#6379)
Browse files Browse the repository at this point in the history
We no longer need to specify the `func-names` rule. Instead, the new version includes it.

See https://github.com/stylelint/eslint-config-stylelint/releases/tag/17.0.0
  • Loading branch information
ybiquitous committed Sep 30, 2022
1 parent 0bb8cf1 commit 736bc29
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 88 deletions.
162 changes: 81 additions & 81 deletions package-lock.json

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

8 changes: 1 addition & 7 deletions package.json
Expand Up @@ -61,12 +61,6 @@
"extends": [
"stylelint"
],
"rules": {
"func-names": [
"error",
"as-needed"
]
},
"globals": {
"__dirname": true,
"module": true,
Expand Down Expand Up @@ -178,7 +172,7 @@
"common-tags": "^1.8.2",
"deepmerge": "^4.2.2",
"eslint": "^8.24.0",
"eslint-config-stylelint": "^16.0.0",
"eslint-config-stylelint": "^17.0.0",
"husky": "^8.0.1",
"jest": "^28.1.3",
"jest-preset-stylelint": "^5.0.4",
Expand Down

0 comments on commit 736bc29

Please sign in to comment.