iview/build/.eslintrc.json

9 lines
96 B
JSON
Raw Normal View History

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