mirror of
https://github.com/wassname/talk.git
synced 2026-07-27 11:28:12 +08:00
12 lines
170 B
JSON
12 lines
170 B
JSON
{
|
|
"env": {
|
|
"es6": true,
|
|
"node": true,
|
|
"mocha": true
|
|
},
|
|
"extends": "../.eslintrc.json",
|
|
"rules": {
|
|
"no-undef": [0]
|
|
}
|
|
}
|