Compare commits
1 commit
master
...
unnecessar
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e3319919a1 |
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ export default [
|
|||
"no-implicit-coercion": "warn",
|
||||
"object-shorthand": "warn",
|
||||
"curly": "warn",
|
||||
"no-restricted-syntax": ["warn", {
|
||||
selector: "BlockStatement VariableDeclaration[kind='const']",
|
||||
message: "NOPE",
|
||||
}],
|
||||
"@stylistic/js/indent": ["warn", "tab"],
|
||||
"@stylistic/js/quotes": ["warn", "double"],
|
||||
"@stylistic/js/semi": "warn",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue