mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-12 15:33:47 +01:00
wip
This commit is contained in:
parent
9dda4ee438
commit
e3319919a1
@ -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…
x
Reference in New Issue
Block a user