1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-11 15:45:15 +02:00

Fix scope of linting rules

This commit is contained in:
Felix
2020-06-10 10:26:43 -05:00
parent c9eb4707ed
commit e5cbca23d6

View File

@@ -6,7 +6,7 @@
"scripts": {
"build": "gulp build",
"dev": "gulp watch",
"lint:js": "eslint **/*.js **/*.html gulpfile.js",
"lint:js": "eslint bookmarklet/original.js docs/script.js docs/index.html gulpfile.js",
"lint:css": "stylelint src/**/*.css docs/style.css",
"lint": "yarn lint:js --fix && yarn lint:css --fix",
"accessibility": "yarn build && node accessibility.js",