mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
Fix some linting issues
This commit is contained in:
parent
9d96ee32f9
commit
2c29269710
3 changed files with 32 additions and 76 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue