Update Stylelint disable settings and ignores (#23776)
This commit is contained in:
parent
0c7ce98ff6
commit
2904fd0fdd
1 changed files with 7 additions and 0 deletions
|
@ -2,9 +2,16 @@ module.exports = {
|
|||
extends: ['stylelint-config-standard-scss'],
|
||||
ignoreFiles: [
|
||||
'app/javascript/styles/mastodon/reset.scss',
|
||||
'coverage/**/*',
|
||||
'node_modules/**/*',
|
||||
'public/assets/**/*',
|
||||
'public/packs/**/*',
|
||||
'public/packs-test/**/*',
|
||||
'vendor/**/*',
|
||||
],
|
||||
reportDescriptionlessDisables: true,
|
||||
reportInvalidScopeDisables: true,
|
||||
reportNeedlessDisables: true,
|
||||
rules: {
|
||||
'at-rule-empty-line-before': null,
|
||||
'color-function-notation': null,
|
||||
|
|
Loading…
Reference in a new issue