mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
eslint
This commit is contained in:
parent
d9a56255c5
commit
9a8e5efd1a
4 changed files with 27 additions and 12 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue