Commit 1dca636521e16ab5f0a75ec6372b2008f3737469
1 parent
5db1250a
fix: lint
Showing
1 changed file
with
2 additions
and
2 deletions
stylelint.config.js
... | ... | @@ -2,9 +2,9 @@ module.exports = { |
2 | 2 | root: true, |
3 | 3 | plugins: ['stylelint-order'], |
4 | 4 | extends: ['stylelint-config-standard', 'stylelint-config-prettier'], |
5 | - | |
5 | + customSyntax: 'postcss-html', | |
6 | 6 | rules: { |
7 | - 'function-no-unknown': null, | |
7 | + 'selector-class-pattern': null, | |
8 | 8 | 'selector-class-pattern': null, |
9 | 9 | 'selector-pseudo-class-no-unknown': [ |
10 | 10 | true, | ... | ... |