Amumu
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
6 additions and
4 deletions
-
.stylelintrc.js
-
package.json
|
|
@ -1,9 +1,11 @@ |
|
|
|
module.exports = { |
|
|
|
extends: ['stylelint-config-standard', 'stylelint-config-rational-order'], |
|
|
|
extends: [ |
|
|
|
'stylelint-config-standard', |
|
|
|
'stylelint-prettier/recommended', |
|
|
|
'stylelint-config-rational-order', |
|
|
|
], |
|
|
|
// 使用 stylelint 来 lint css in js? https://github.com/emotion-js/emotion/discussions/2694
|
|
|
|
plugins: ['stylelint-prettier'], |
|
|
|
rules: { |
|
|
|
'prettier/prettier': true, |
|
|
|
'function-name-case': ['lower'], |
|
|
|
'function-no-unknown': [ |
|
|
|
true, |
|
|
|
|
|
@ -278,7 +278,7 @@ |
|
|
|
"stylelint": "^15.1.0", |
|
|
|
"stylelint-config-rational-order": "^0.1.2", |
|
|
|
"stylelint-config-standard": "^30.0.0", |
|
|
|
"stylelint-prettier": "^2.0.0", |
|
|
|
"stylelint-prettier": "^3.0.0", |
|
|
|
"sylvanas": "^0.6.1", |
|
|
|
"terser": "^5.16.1", |
|
|
|
"ts-node": "^10.8.2", |
|
|
|