Skip to content

Commit dfa835d

Browse files
committed
update stylelint
Signed-off-by: abetomo <[email protected]>
1 parent d1cf218 commit dfa835d

File tree

3 files changed

+88
-69
lines changed

3 files changed

+88
-69
lines changed

Diff for: package-lock.json

+85-65
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,8 @@
8484
"postcss-html": "^1.4.1",
8585
"prettier": "^2.8.4",
8686
"sql.js": "^1.8.0",
87-
"stylelint": "^14.16.1",
88-
"stylelint-config-prettier": "^9.0.4",
89-
"stylelint-config-standard": "^29.0.0",
87+
"stylelint": "^15.3.0",
88+
"stylelint-config-standard": "^31.0.0",
9089
"ts-jest": "^29.0.5",
9190
"vue-jest": "^3.0.7",
9291
"vue-tsc": "^1.1.5"

Diff for: stylelint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
extends: ['stylelint-config-standard', 'stylelint-config-prettier'],
2+
extends: ['stylelint-config-standard'],
33
customSyntax: 'postcss-html',
44
// add your custom config here
55
// https://stylelint.io/user-guide/configuration

0 commit comments

Comments
 (0)