Fixed linting issues in stylesheets

This commit is contained in:
Alejandro Celaya
2018-08-25 15:59:51 +02:00
parent 43f4b938ae
commit ed0aa68452
10 changed files with 29 additions and 16 deletions

View File

@@ -6,7 +6,8 @@
"scripts": {
"lint": "yarn lint:js && yarn lint:css",
"lint:js": "eslint src test scripts config",
"lint:css": "echo \"no css linting\"",
"lint:css": "stylelint src/**/*.scss",
"lint:css:fix": "yarn lint:css --fix",
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js --env=jsdom --colors",