Skip to content

Commit

Permalink
chore: temporarily disable broken stylelint properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0ji committed Sep 25, 2020
1 parent c5d3568 commit 744d0d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .stylelintrc.js
Expand Up @@ -13,6 +13,12 @@ module.exports = {
'scss/at-function-pattern': '^[_-]?[a-z]+([a-z0-9-]+[a-z0-9]+)?$',
'scss/at-mixin-pattern': '^[_-]?[a-z]+([a-z0-9-]+[a-z0-9]+)?$',
'scss/dollar-variable-pattern': '^[_-]?[a-z]+([a-z0-9-]+[a-z0-9]+)?$',
/**
* temporarily disable *-empty-lin-before rules
* See https://github.com/stylelint/stylelint/issues/4917
*/
'at-rule-empty-line-before': null,
'declaration-empty-line-before': null,
},
ignoreFiles: ['**/*.jsx', '**/*.tsx'],
};

0 comments on commit 744d0d4

Please sign in to comment.