Applied coding styles to config files

This commit is contained in:
Alejandro Celaya
2018-08-26 00:00:53 +02:00
parent 4e67798746
commit fff18202fd
9 changed files with 635 additions and 544 deletions

View File

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