1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
This commit is contained in:
muerwre 2019-08-09 14:37:44 +07:00
parent 9a8e5efd1a
commit 988a069d57
4 changed files with 23 additions and 24 deletions

View file

@ -50,10 +50,10 @@ module.exports = {
'max-len': ["warn", { "code": 100 }],
"template-curly-spacing": "off",
"comma-dangle": ["warn", {
"arrays": "never",
"objects": "always",
"imports": "never",
"exports": "never",
"arrays": "always-multiline",
"objects": "always-multiline",
"imports": "always-multiline",
"exports": "always-multiline",
"functions": "never"
}],
indent: "off"