Skip to content

Commit

Permalink
feat: add EditorConfig to .vscode/extensions.json when ESLint is sele…
Browse files Browse the repository at this point in the history
…cted
  • Loading branch information
yoshi-pi authored and cexbrayat committed Oct 17, 2024
1 parent 348a8bb commit 740eefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/config/eslint/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"recommendations": ["dbaeumer.vscode-eslint"]
"recommendations": ["dbaeumer.vscode-eslint", "EditorConfig.EditorConfig"]
}

0 comments on commit 740eefc

Please sign in to comment.