summaryrefslogtreecommitdiffstats
path: root/stylelint.config.js
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-05-08 17:50:00 +0200
committerJoas Schilling <coding@schilljs.com>2020-05-08 18:05:32 +0200
commit2d8d2090b2cac43accdc52c1868de977913a1cd9 (patch)
tree6ce4502f96953e0747730c66f1ef19305113ad67 /stylelint.config.js
parent893e6bed04565c358778e2b440830315d0eba258 (diff)
Ignore shipped file
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'stylelint.config.js')
-rw-r--r--stylelint.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/stylelint.config.js b/stylelint.config.js
index 2f7167d4e..1bcc1956a 100644
--- a/stylelint.config.js
+++ b/stylelint.config.js
@@ -27,4 +27,5 @@ module.exports = {
'string-quotes': 'single',
},
plugins: ['stylelint-scss'],
+ ignoreFiles: ['css/At.scss'],
}