Skip to content

Commit

Permalink
Configured ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei15193 committed Jan 29, 2025
1 parent 9e3d542 commit d3f125e
Show file tree
Hide file tree
Showing 5 changed files with 5,590 additions and 251 deletions.
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"dbaeumer.vscode-eslint"
]
}
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"eslint.format.enable": true,
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[typescriptreact]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
}
}
Loading

0 comments on commit d3f125e

Please sign in to comment.