Files
discordeno/.eslintrc.json
2023-04-01 02:46:46 +02:00

6 lines
130 B
JSON

{
"root": true,
// This tells ESLint to load the config from the package `eslint-config-custom`
"extends": ["discordeno"]
}