mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
12 lines
214 B
JSON
12 lines
214 B
JSON
{
|
|
"extends": "../../.eslintrc.json",
|
|
"plugins": ["eslint-plugin-tsdoc"],
|
|
"rules": {
|
|
"tsdoc/syntax": "warn"
|
|
},
|
|
"parserOptions": {
|
|
"project": "./tsconfig.eslint.json",
|
|
"extraFileExtensions": [".mjs"]
|
|
}
|
|
}
|