mirror of
https://github.com/danbulant/koa-plugins
synced 2026-05-19 04:08:43 +00:00
14 lines
219 B
Text
14 lines
219 B
Text
{
|
|
"env": {
|
|
"browser": true,
|
|
"node": true
|
|
},
|
|
"globals": {
|
|
"chrome": true
|
|
},
|
|
"rules": {
|
|
"no-console": 0,
|
|
"no-empty": [1, { "allowEmptyCatch": true }]
|
|
},
|
|
"extends": "eslint:recommended"
|
|
}
|