iview/build/.eslintrc.json
2019-08-27 09:42:40 +08:00

8 lines
96 B
JSON

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