mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
16 lines
260 B
JSON
16 lines
260 B
JSON
{
|
|
"root": true,
|
|
"extends": "marine/prettier/node",
|
|
"parserOptions": {
|
|
"project": "./tsconfig.eslint.json"
|
|
},
|
|
"ignorePatterns": ["**/dist/*"],
|
|
"env": {
|
|
"jest": true
|
|
},
|
|
"rules": {
|
|
"no-redeclare": 0,
|
|
"@typescript-eslint/naming-convention": 0
|
|
}
|
|
}
|