mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
12 lines
283 B
JSON
12 lines
283 B
JSON
{
|
|
"root": true,
|
|
"extends": ["neon/common", "neon/node", "neon/typescript", "neon/prettier"],
|
|
"parserOptions": {
|
|
"project": "./tsconfig.eslint.json"
|
|
},
|
|
"rules": {
|
|
"@typescript-eslint/consistent-type-definitions": ["error", "interface"]
|
|
},
|
|
"ignorePatterns": ["**/dist/*"]
|
|
}
|