2023-03-23 20:09:00 +08:00
|
|
|
{
|
2023-05-05 10:59:37 +08:00
|
|
|
"root": true,
|
|
|
|
"env": {
|
|
|
|
"es2022": true,
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
|
|
|
|
"parser": "@typescript-eslint/parser",
|
|
|
|
"plugins": ["@typescript-eslint"],
|
|
|
|
"rules": {
|
|
|
|
"@typescript-eslint/no-explicit-any": 0,
|
|
|
|
"@typescript-eslint/no-non-null-assertion": 0,
|
|
|
|
"@typescript-eslint/ban-ts-comment": 0,
|
|
|
|
"no-mixed-spaces-and-tabs": 0
|
|
|
|
}
|
2023-03-23 20:09:00 +08:00
|
|
|
}
|