mirror of
https://github.com/kognise/water.css.git
synced 2025-12-08 15:54:59 +01:00
Fix scope of linting rules
This commit is contained in:
parent
c9eb4707ed
commit
e5cbca23d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue