css: fix stylelint complaints.

This commit is contained in:
evazion
2022-01-08 12:27:19 -06:00
parent 3bf65d1378
commit d900e15dcc
13 changed files with 29 additions and 34 deletions

View File

@@ -52,7 +52,7 @@
},
"scripts": {
"eslint-all": "yarn run eslint --plugin eslint-plugin-ignore-erb --ext .js,.js.erb app/javascript/src/javascripts",
"stylelint-all": "yarn run stylelint 'app/javascript/src/styles/**/*.scss'"
"stylelint-all": "yarn run stylelint 'app/**/*.scss'"
},
"babel": {
"presets": [