Compare commits
1 Commits
v1.0.0-bet
...
unnecessar
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3319919a1 |
@@ -34,6 +34,10 @@ export default [
|
|||||||
"no-implicit-coercion": "warn",
|
"no-implicit-coercion": "warn",
|
||||||
"object-shorthand": "warn",
|
"object-shorthand": "warn",
|
||||||
"curly": "warn",
|
"curly": "warn",
|
||||||
|
"no-restricted-syntax": ["warn", {
|
||||||
|
selector: "BlockStatement VariableDeclaration[kind='const']",
|
||||||
|
message: "NOPE",
|
||||||
|
}],
|
||||||
"@stylistic/js/indent": ["warn", "tab"],
|
"@stylistic/js/indent": ["warn", "tab"],
|
||||||
"@stylistic/js/quotes": ["warn", "double"],
|
"@stylistic/js/quotes": ["warn", "double"],
|
||||||
"@stylistic/js/semi": "warn",
|
"@stylistic/js/semi": "warn",
|
||||||
|
|||||||
Reference in New Issue
Block a user