Files
discord.js/.eslintrc.json
2016-09-03 19:32:04 +01:00

21 lines
395 B
JSON

{
"extends": "airbnb",
"plugins": [
"import",
"react",
"jsx-a11y"
],
"rules": {
"max-len": [2, 120, 2],
"no-underscore-dangle": 0,
"global-require": 0,
"guard-for-in": 0,
"no-restricted-syntax": 0,
"no-param-reassign": 0,
"consistent-return": 0,
"import/no-extraneous-dependencies": 0,
"no-continue": 0,
"no-confusing-arrow" : 0
}
}