Skip to content

Commit

Permalink
update stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed May 6, 2024
1 parent de6f1ae commit af5798d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion .stylelintignore

This file was deleted.

3 changes: 0 additions & 3 deletions .stylelintrc.js

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@
"eslint-plugin-vue": "^9.25.0",
"minimatch": "^9.0.4",
"stylelint": "^16.5.0",
"stylelint-config-plus": "^1.1.0",
"stylelint-config-plus": "^1.1.1",
"supports-color": "^9.4.0",
"tsx": "^4.9.2",
"tsx": "^4.9.3",
"ws": "^8.17.0"
}
}
3 changes: 3 additions & 0 deletions stylelint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: ['stylelint-config-plus']
};
4 changes: 2 additions & 2 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-typescript": "^11.1.6",
"@swc/core": "^1.4.17",
"@swc/core": "^1.5.3",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
"cross-env": "^7.0.3",
Expand All @@ -20,7 +20,7 @@
"mocha": "^10.4.0",
"open": "^10.1.0",
"playwright": "^1.43.1",
"puppeteer": "^22.7.1",
"puppeteer": "^22.8.0",
"rollup": "^4.17.2",
"swc-loader": "^0.2.6",
"ts-loader": "^9.5.1",
Expand Down

0 comments on commit af5798d

Please sign in to comment.