1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +01:00

Move stylelint ignore patterns into config (#9391)

This commit is contained in:
Whymarrh Whitby 2020-09-10 14:30:30 -02:30 committed by GitHub
parent 7ba2310726
commit f415fd91b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 9 deletions

View File

@ -1,9 +0,0 @@
/app
/development
/dist
/docs
/fonts
/images
/node_modules
/notices
/test

View File

@ -1,4 +1,16 @@
module.exports = {
ignoreFiles: [
'/app',
'/development',
'/dist',
'/docs',
'/fonts',
'/images',
'/node_modules',
'/notices',
'/test',
],
rules: {
// stylelint-config-standard