Skip to content

Commit

Permalink
feat: support stylelint 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Oct 24, 2021
1 parent 669542f commit c291686
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"os-locale": "^5.0.0",
"prettier": "^2.3.2",
"prettier-plugin-two-style-order": "^1.0.0",
"stylelint": "^13.7.0",
"stylelint": "^14.0.0",
"stylelint-config-css-modules": "^2.2.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^20.0.0",
Expand Down
2 changes: 0 additions & 2 deletions src/stylelint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ module.exports = {
plugins: ['stylelint-declaration-block-no-ignored-properties'],
rules: {
'no-descending-specificity': null,
//https://github.com/stylelint/stylelint/issues/4114
'function-calc-no-invalid': null,
'function-url-quotes': 'always',
'selector-attribute-quotes': 'always',
'font-family-no-missing-generic-family-keyword': null, // iconfont
Expand Down

0 comments on commit c291686

Please sign in to comment.