mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 07:30:02 -04:00
Merge branch 'main' of https://github.com/MercuryWorkshop/aerojet
This commit is contained in:
commit
bcbc14a03b
1 changed files with 9 additions and 2 deletions
|
@ -5,7 +5,6 @@
|
|||
"rules": {
|
||||
"no-await-in-loop": "warn",
|
||||
"no-unused-labels": "warn",
|
||||
"no-unused-vars": "off",
|
||||
"quotes": ["error", "double"],
|
||||
"max-lines-per-function": [
|
||||
"error",
|
||||
|
@ -25,6 +24,14 @@
|
|||
"no-unreachable": "warn",
|
||||
"no-undef": "off",
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"@typescript-eslint/ban-ts-comment": "off"
|
||||
"@typescript-eslint/ban-ts-comment": "off",
|
||||
"@typescript-eslint/no-unused-vars": [
|
||||
"warn",
|
||||
{
|
||||
"argsIgnorePattern": "^_",
|
||||
"varsIgnorePattern": "^_",
|
||||
"caughtErrorsIgnorePattern": "^_"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue