build: move stlyelint-a11y to dev dependencies
This commit is contained in:
parent
bae3b0b377
commit
6eaf028a21
2 changed files with 782 additions and 5984 deletions
6762
package-lock.json
generated
6762
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -65,6 +65,7 @@
|
|||
"node-sass": "^5.0.0",
|
||||
"prettier": "^2.2.1",
|
||||
"stylelint": "^13.12.0",
|
||||
"stylelint-a11y": "^1.2.3",
|
||||
"stylelint-config-rational-order": "^0.1.2",
|
||||
"stylelint-config-recommended": "^3.0.0",
|
||||
"stylelint-config-wordpress": "^17.0.0",
|
||||
|
@ -78,9 +79,6 @@
|
|||
"path": "./node_modules/cz-conventional-changelog"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"stylelint-a11y": "^1.2.3"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"env": {
|
||||
"browser": true,
|
||||
|
|
Reference in a new issue