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