mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-11 01:38:28 +00:00
Update deps
This commit is contained in:
parent
73d1600f6f
commit
59d1afeca1
2 changed files with 583 additions and 646 deletions
1222
package-lock.json
generated
1222
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -23,7 +23,10 @@
|
||||||
"browser": true
|
"browser": true
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
"indent": [2, "tab"],
|
"indent": [
|
||||||
|
2,
|
||||||
|
"tab"
|
||||||
|
],
|
||||||
"no-tabs": 0
|
"no-tabs": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -35,7 +38,7 @@
|
||||||
"eslint-config-airbnb-base": "^13.1.0",
|
"eslint-config-airbnb-base": "^13.1.0",
|
||||||
"eslint-plugin-import": "^2.14.0",
|
"eslint-plugin-import": "^2.14.0",
|
||||||
"postcss-cli": "^6.0.1",
|
"postcss-cli": "^6.0.1",
|
||||||
"stylelint": "^9.6.0",
|
"stylelint": "^9.10.1",
|
||||||
"stylelint-order": "^1.0.0"
|
"stylelint-order": "^1.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue