discord-bot/.eslintrc.json
2018-12-28 22:57:06 +01:00

11 lines
225 B
JSON

{
"extends": "airbnb-base",
"rules": {
"import/no-dynamic-require": "off",
"global-require": "off",
"consistent-return": "off",
"no-console": "off",
"no-plusplus": "off",
"no-shadow": "warn"
}
}