Fixed stylelint not properly inspecting files in src root

This commit is contained in:
Alejandro Celaya
2018-09-01 11:37:58 +02:00
parent 8b17ff88ed
commit 28bd39f974
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
"lint": "yarn lint:js && yarn lint:css",
"lint:js": "eslint src test scripts config",
"lint:js:fix": "yarn lint:js --fix",
"lint:css": "stylelint src/**/*.scss",
"lint:css": "stylelint src/*.scss src/**/*.scss",
"lint:css:fix": "yarn lint:css --fix",
"start": "node scripts/start.js",
"build": "node scripts/build.js",