Applied coding styles to scripts

This commit is contained in:
Alejandro Celaya
2018-08-25 23:53:51 +02:00
parent 9b668f3365
commit 4e67798746
4 changed files with 65 additions and 40 deletions

View File

@@ -5,7 +5,7 @@
"private": false,
"scripts": {
"lint": "yarn lint:js && yarn lint:css",
"lint:js": "eslint src test",
"lint:js": "eslint src test scripts",
"lint:js:fix": "yarn lint:js --fix",
"lint:css": "stylelint src/**/*.scss",
"lint:css:fix": "yarn lint:css --fix",