mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
6 lines
130 B
JSON
6 lines
130 B
JSON
{
|
|
"root": true,
|
|
// This tells ESLint to load the config from the package `eslint-config-custom`
|
|
"extends": ["discordeno"]
|
|
}
|