17 lines
230 B
Plaintext
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
|
|
}
|
|
}
|