11 lines
240 B
JSON
11 lines
240 B
JSON
|
{
|
||
|
"root": true,
|
||
|
"env": {
|
||
|
"es2020": true,
|
||
|
"node": true
|
||
|
},
|
||
|
"parser": "@typescript-eslint/parser",
|
||
|
"plugins": ["@typescript-eslint"],
|
||
|
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"]
|
||
|
}
|