mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
9 lines
168 B
JSON
9 lines
168 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/eslintrc.json",
|
|
"extends": "../../.eslintrc.json",
|
|
"rules": {
|
|
"import/extensions": 0,
|
|
"no-restricted-globals": 0
|
|
}
|
|
}
|