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,9 +2,9 @@ module.exports = { | ||
2 | root: true, | 2 | root: true, |
3 | plugins: ['stylelint-order'], | 3 | plugins: ['stylelint-order'], |
4 | extends: ['stylelint-config-standard', 'stylelint-config-prettier'], | 4 | extends: ['stylelint-config-standard', 'stylelint-config-prettier'], |
5 | - | 5 | + customSyntax: 'postcss-html', |
6 | rules: { | 6 | rules: { |
7 | - 'function-no-unknown': null, | 7 | + 'selector-class-pattern': null, |
8 | 'selector-class-pattern': null, | 8 | 'selector-class-pattern': null, |
9 | 'selector-pseudo-class-no-unknown': [ | 9 | 'selector-pseudo-class-no-unknown': [ |
10 | true, | 10 | true, |