~cytrogen/masto-fe

2904fd0fdd5cad21898c9f0d68ca951667576f80 — Nick Schonning 2 years ago 0c7ce98
Update Stylelint disable settings and ignores (#23776)

1 files changed, 7 insertions(+), 0 deletions(-)

M stylelint.config.js
M stylelint.config.js => stylelint.config.js +7 -0
@@ 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,