11 lines
194 B
JSON
11 lines
194 B
JSON
![]() |
{
|
||
|
"root": true,
|
||
|
"extends": [
|
||
|
"eslint:recommended",
|
||
|
"plugin:@typescript-eslint/recommended"
|
||
|
],
|
||
|
"parser": "@typescript-eslint/parser",
|
||
|
"plugins": [
|
||
|
"@typescript-eslint"
|
||
|
]
|
||
|
}
|