iview/build/.eslintrc.json
2020-02-03 16:58:48 +08:00

8 lines
96 B
JSON

{
"extends": [
"../.eslintrc.json"
],
"env": {
"node": true
}
}