14 lines
290 B
JSON
14 lines
290 B
JSON
|
{
|
||
|
"env": {
|
||
|
"es2022": true,
|
||
|
"node": true
|
||
|
},
|
||
|
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
|
||
|
"parser": "@typescript-eslint/parser",
|
||
|
"plugins": ["@typescript-eslint"],
|
||
|
"root": true,
|
||
|
"rules": {
|
||
|
"@typescript-eslint/no-explicit-any": 0
|
||
|
}
|
||
|
}
|