Skip to content

Commit

Permalink
Bump eslint-config-stylelint from 17.1.0 to 18.0.0 (stylelint#6656)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ybiquitous committed Feb 14, 2023
1 parent 47b5e37 commit 38591f2
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 79 deletions.
162 changes: 85 additions & 77 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -59,7 +59,8 @@
"prettier": "@stylelint/prettier-config",
"eslintConfig": {
"extends": [
"stylelint"
"stylelint",
"stylelint/jest"
],
"globals": {
"__dirname": true,
Expand Down Expand Up @@ -177,7 +178,8 @@
"common-tags": "^1.8.2",
"deepmerge": "^4.3.0",
"eslint": "^8.34.0",
"eslint-config-stylelint": "^17.1.0",
"eslint-config-stylelint": "^18.0.0",
"eslint-plugin-jest": "^27.2.1",
"husky": "^8.0.3",
"jest": "^29.4.2",
"jest-preset-stylelint": "^6.0.0",
Expand Down

0 comments on commit 38591f2

Please sign in to comment.