mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
Add dev dependencies and cleanup ESLint file (#588)
This commit is contained in:
committed by
Amish Shah
parent
a172fffd76
commit
2682c07bd8
20
.eslintrc.json
Normal file
20
.eslintrc.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user