Skip to content

Commit

Permalink
Merge branch 'release/3.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed May 28, 2023
2 parents 2228092 + 049df6c commit 5047c6e
Show file tree
Hide file tree
Showing 4 changed files with 3,253 additions and 2,418 deletions.
2 changes: 1 addition & 1 deletion .stylelintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
extends: [ require.resolve('./index.js') ],
extends: [require.resolve('./index.js')],
};
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ module.exports = {
require.resolve('./rules/selector.js'),
'stylelint-config-prettier',
],
plugins: ['stylelint-high-performance-animation'],
plugins: ['stylelint-high-performance-animation', 'stylelint-prettier'],
rules: {
'prettier/prettier': true,
'plugin/no-low-performance-animation-properties': [true, { ignore: 'paint-properties' }],
'scss/at-rule-no-unknown': [
true,
Expand Down
Loading

0 comments on commit 5047c6e

Please sign in to comment.