10 lines
176 B
JSON
10 lines
176 B
JSON
{
|
|
"plugins": [
|
|
"deprecation"
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/await-thenable": "warn",
|
|
"no-return-await": "warn",
|
|
"deprecation/deprecation": "warn"
|
|
}
|
|
} |