mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
21 lines
395 B
JSON
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
|
|
}
|
|
}
|