mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com> Co-authored-by: ckohen <chaikohen@gmail.com>
13 lines
294 B
JSON
13 lines
294 B
JSON
{
|
|
"eslint.workingDirectories": [{ "pattern": "./packages/*" }],
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": true,
|
|
"source.organizeImports": false
|
|
},
|
|
"files.exclude": {
|
|
"**/node_modules": true
|
|
}
|
|
}
|