axios-miniprogram/.eslintrc.json

14 lines
290 B
JSON
Raw Normal View History

2023-03-23 20:09:00 +08:00
{
"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
}
}