mirror of
https://github.com/sern-handler/handler
synced 2026-06-27 18:22:14 +00:00
8 lines
251 B
Plaintext
8 lines
251 B
Plaintext
{
|
|
"parser": "@typescript-eslint/parser",
|
|
"extends": ["plugin:@typescript-eslint/recommended"],
|
|
"parserOptions": { "ecmaVersion": "esnext", "sourceType": "" },
|
|
"rules": {
|
|
"@typescript-eslint/no-non-null-assertion": "off"
|
|
}
|
|
} |