mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
8 lines
110 B
JSON
8 lines
110 B
JSON
{
|
|
"extends": "../../.eslintrc.json",
|
|
"rules": {
|
|
"import/extensions": 0,
|
|
"no-restricted-globals": 0
|
|
}
|
|
}
|