mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 22:40:01 -04:00
get rid of eslint errors, seemingly without things breaking this time
This commit is contained in:
parent
fd7cec815c
commit
f8bcd5ae08
22 changed files with 34 additions and 40 deletions
|
@ -20,9 +20,11 @@ export default [
|
|||
...config,
|
||||
files: ["**/*.ts"],
|
||||
})),
|
||||
{
|
||||
ignores: ["dist", "rewriter"]
|
||||
},
|
||||
{
|
||||
files: ["**/*.ts"],
|
||||
|
||||
plugins: {
|
||||
"@typescript-eslint": typescriptEslint,
|
||||
},
|
||||
|
@ -34,7 +36,7 @@ export default [
|
|||
rules: {
|
||||
"no-await-in-loop": "warn",
|
||||
"no-unused-labels": "warn",
|
||||
quotes: ["error", "double"],
|
||||
"quotes": ["error", "double"],
|
||||
"getter-return": "error",
|
||||
"newline-before-return": "error",
|
||||
"no-multiple-empty-lines": "error",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue