mh-sms-web/.eslintrc
2024-01-22 09:18:38 +08:00

17 lines
230 B
Plaintext

{
"extends": "umi",
"settings": {
"react": {
"version": "detect"
}
},
"rules": {
"eqeqeq": "off",
"react/no-direct-mutation-state": "off"
},
"globals": {
"BMap": true,
"bdMap": true
}
}