mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
12 lines
179 B
JSON
12 lines
179 B
JSON
{
|
|
"root": true,
|
|
"extends": "marine/prettier/node",
|
|
"parserOptions": {
|
|
"project": "./tsconfig.eslint.json"
|
|
},
|
|
"ignorePatterns": ["**/dist/*"],
|
|
"env": {
|
|
"jest": true
|
|
}
|
|
}
|