Skip to content

Commit db1596c

Browse files
committed
Merge branch 'release/2.0.0'
2 parents d1cef3c + 19a7221 commit db1596c

File tree

3 files changed

+1937
-1964
lines changed

3 files changed

+1937
-1964
lines changed

index.js

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,21 @@ module.exports = {
88
plugins: ['stylelint-high-performance-animation'],
99
rules: {
1010
indentation: [2, { baseIndentLevel: 1 }],
11-
'plugin/no-low-performance-animation-properties': [
12-
true,
13-
{ ignore: 'paint-properties' },
14-
],
15-
'max-line-length': 80,
11+
'plugin/no-low-performance-animation-properties': [true, { ignore: 'paint-properties' }],
12+
'max-line-length': 100,
1613
'at-rule-empty-line-before': [
1714
'always',
1815
{
1916
ignore: ['first-nested', 'after-comment'],
2017
ignoreAtRules: ['return', 'warn', 'import', 'else'],
2118
},
2219
],
20+
'scss/at-rule-no-unknown': [
21+
true,
22+
{
23+
ignoreAtRules: ['tailwind', 'apply', 'variants', 'responsive', 'screen'],
24+
},
25+
],
2326
'block-opening-brace-space-before': 'always',
2427
'declaration-colon-space-after': 'always',
2528
},

0 commit comments

Comments
 (0)