19 lines
No EOL
445 B
Text
19 lines
No EOL
445 B
Text
{
|
|
"root": true,
|
|
"parser": "@typescript-eslint/parser",
|
|
"plugins": [
|
|
"@typescript-eslint"
|
|
],
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"plugin:@typescript-eslint/eslint-recommended",
|
|
"plugin:@typescript-eslint/recommended"
|
|
],
|
|
"globals": {
|
|
"exports": "writable",
|
|
"module": "writable",
|
|
"require": "writable",
|
|
"process": "writable",
|
|
"console": "writable"
|
|
}
|
|
} |