new eslint fixes run
This commit is contained in:
parent
5a1987f77b
commit
b12cf2c4f1
2 changed files with 39 additions and 19 deletions
|
@ -33,6 +33,7 @@
|
|||
"quote-props": ["warn", "as-needed"],
|
||||
"no-unused-vars": ["error", {"argsIgnorePattern": "^_"}],
|
||||
"max-len" : ["warn", {"code": 88}],
|
||||
"capitalized-comments": "off"
|
||||
"capitalized-comments": "off",
|
||||
"operator-linebreak": ["warn", "before"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue