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
9a8e5efd1a
commit
988a069d57
4 changed files with 23 additions and 24 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue