dyno-bot/backend-master/.eslintrc.json
2020-09-12 19:08:48 +01:00

17 lines
175 B
JSON

{
"env": {
"node": true,
"es6": true
},
"extends": [
"xo/esnext",
"./node_modules/xo/config/plugins.js"
],
"rules": {
"max-params": [
"error",
6
]
}
}