first commit
This commit is contained in:
15
iview/test/.eslintrc.json
Normal file
15
iview/test/.eslintrc.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": [
|
||||
"../.eslintrc.json"
|
||||
],
|
||||
"globals": {
|
||||
"expect": true
|
||||
},
|
||||
"env": {
|
||||
"node": true,
|
||||
"mocha": true
|
||||
},
|
||||
"rules": {
|
||||
"indent": ["error",2, { "SwitchCase": 1 }]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user