Skip to content

Commit

Permalink
🛠️ [VsCode] Support eslint flat config
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed May 30, 2024
1 parent d29f744 commit df4f86e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"eslint.validate": ["javascript", "typescript"],
"stylelint.enable": true,
"eslint.experimental.useFlatConfig": true,
"eslint.useFlatConfig": true,
"typescript.tsdk": "./node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"files.exclude": {
Expand Down

0 comments on commit df4f86e

Please sign in to comment.