mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
unopinionated eslintrc
This commit is contained in:
parent
0414819252
commit
a94cf9dd6a
1 changed files with 0 additions and 28 deletions
|
@ -1,28 +0,0 @@
|
|||
{
|
||||
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"plugins": ["@typescript-eslint"],
|
||||
"rules": {
|
||||
"no-await-in-loop": "warn",
|
||||
"no-unused-labels": "error",
|
||||
"no-unused-vars": "error",
|
||||
"quotes": ["error", "double"],
|
||||
"max-lines-per-function": ["error", {
|
||||
"max": 200,
|
||||
"skipComments": true
|
||||
}],
|
||||
"getter-return": "error",
|
||||
"newline-before-return": "error",
|
||||
"no-multiple-empty-lines": "error",
|
||||
"no-var": "error",
|
||||
"indent": ["warn", 4],
|
||||
"no-this-before-super": "warn",
|
||||
"no-useless-return": "error",
|
||||
"no-shadow": "error",
|
||||
"prefer-const": "warn",
|
||||
"no-unreachable": "warn",
|
||||
"no-undef": "off",
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"@typescript-eslint/ban-ts-comment": "off"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue