mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
13 lines
244 B
JSON
13 lines
244 B
JSON
{
|
|
"extends": "../../.eslintrc.json",
|
|
"plugins": ["eslint-plugin-tsdoc"],
|
|
"rules": {
|
|
"import/extensions": 0,
|
|
"no-restricted-globals": 0
|
|
},
|
|
"parserOptions": {
|
|
"project": "./tsconfig.eslint.json",
|
|
"extraFileExtensions": [".mjs"]
|
|
}
|
|
}
|