mirror of
https://github.com/kognise/water.css.git
synced 2025-08-11 23:54:12 +02:00
Fix scope of linting rules
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "gulp build",
|
"build": "gulp build",
|
||||||
"dev": "gulp watch",
|
"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:css": "stylelint src/**/*.css docs/style.css",
|
||||||
"lint": "yarn lint:js --fix && yarn lint:css --fix",
|
"lint": "yarn lint:js --fix && yarn lint:css --fix",
|
||||||
"accessibility": "yarn build && node accessibility.js",
|
"accessibility": "yarn build && node accessibility.js",
|
||||||
|
Reference in New Issue
Block a user