mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
set some rules as warn and update deps
This commit is contained in:
parent
3c5a2810c7
commit
a6c2445f47
1 changed files with 12 additions and 4 deletions
|
@ -17,8 +17,8 @@
|
||||||
"fork-awesome": "^1.1.7",
|
"fork-awesome": "^1.1.7",
|
||||||
"vue": "^2.6.12",
|
"vue": "^2.6.12",
|
||||||
"vue-i18n": "^8.22.1",
|
"vue-i18n": "^8.22.1",
|
||||||
"vue-router": "^3.4.7",
|
"vue-router": "^3.4.8",
|
||||||
"vuelidate": "^0.7.5",
|
"vuelidate": "^0.7.6",
|
||||||
"vuex": "^3.4.0"
|
"vuex": "^3.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
"eslint-plugin-vue": "^6.2.2",
|
"eslint-plugin-vue": "^6.2.2",
|
||||||
"popper.js": "^1.16.0",
|
"popper.js": "^1.16.0",
|
||||||
"portal-vue": "^2.1.6",
|
"portal-vue": "^2.1.6",
|
||||||
"sass": "^1.26.11",
|
"sass": "^1.28.0",
|
||||||
"sass-loader": "^8.0.0",
|
"sass-loader": "^8.0.0",
|
||||||
"sass-resources-loader": "^2.1.1",
|
"sass-resources-loader": "^2.1.1",
|
||||||
"standard": "^14.3.4",
|
"standard": "^14.3.4",
|
||||||
|
@ -66,9 +66,17 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"template-curly-spacing": "off",
|
"template-curly-spacing": "off",
|
||||||
|
"camelcase": "warn",
|
||||||
"indent": "off",
|
"indent": "off",
|
||||||
"no-irregular-whitespace": "off",
|
"no-irregular-whitespace": "off",
|
||||||
"no-unused-vars": "warn"
|
"no-unused-vars": "warn",
|
||||||
|
"quotes": "warn",
|
||||||
|
"no-multiple-empty-lines": [
|
||||||
|
"error",
|
||||||
|
{
|
||||||
|
"max": 2
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue