Fix some linting issues

This commit is contained in:
Felix 2020-05-27 21:10:50 -05:00
parent 9d96ee32f9
commit 2c29269710
3 changed files with 32 additions and 76 deletions

View file

@ -7,7 +7,7 @@
"build": "gulp build",
"dev": "gulp watch",
"lint:js": "eslint **/*.js **/*.html gulpfile.js --fix",
"lint:css": "stylelint src/**/*.css --fix",
"lint:css": "stylelint src/**/*.css docs/style.css --fix",
"lint": "yarn lint:js && yarn lint:css"
},
"repository": {