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:35:35 +07:00
parent d9a56255c5
commit 9a8e5efd1a
4 changed files with 27 additions and 12 deletions

View file

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