mirror of https://github.com/jkjoy/sunpeiwen.git
16 lines
181 B
Plaintext
16 lines
181 B
Plaintext
|
{
|
||
|
"extends": ["eslint:recommended"],
|
||
|
"parser": "babel-eslint",
|
||
|
"plugins": [
|
||
|
|
||
|
],
|
||
|
"rules": {
|
||
|
|
||
|
},
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"node": true,
|
||
|
"mocha": true
|
||
|
}
|
||
|
}
|