Skip to content

Commit

Permalink
chore: [#2376] update eslint config in vscode settings (#2377)
Browse files Browse the repository at this point in the history
Closes #2376

## Changes:

- updates eslint config `vscode/settings.json`to prevent error messages
  • Loading branch information
mattjennings authored Jun 30, 2022
1 parent cc1763a commit 60e3b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"eslint.enable": true,
"eslint.options": { "configFile": "./.eslintrc.json" },
"eslint.options": { "overrideConfigFile": "./.eslintrc.json" },
"eslint.alwaysShowStatus": true,
"eslint.validate": ["typescript"],
"files.exclude": {
Expand Down

0 comments on commit 60e3b94

Please sign in to comment.