mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
Add style linting and fix problems
This commit is contained in:
parent
4eba6d54ac
commit
dbc9c50f34
5 changed files with 1051 additions and 48 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"scripts": {
|
||||
"build": "gulp style",
|
||||
"dev": "gulp watch",
|
||||
"lint": "standard --fix",
|
||||
"lint": "standard --fix && stylelint \"src/*.css\" --fix",
|
||||
"prepublishOnly": "yarn build"
|
||||
},
|
||||
"repository": {
|
||||
|
|
@ -42,7 +42,9 @@
|
|||
"postcss-css-variables": "^0.12.0",
|
||||
"postcss-import": "^12.0.1",
|
||||
"postcss-inline-svg": "^3.1.1",
|
||||
"standard": "^14.3.1"
|
||||
"standard": "^14.3.1",
|
||||
"stylelint": "^11.0.0",
|
||||
"stylelint-config-standard": "^19.0.0"
|
||||
},
|
||||
"browserslist": {
|
||||
"legacy": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue