Skip to content

Commit 60ccd8d

Browse files
Fixed ESLint warnings
1 parent 3032ea8 commit 60ccd8d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"eslint.workingDirectories": [{ "mode": "auto" }]
3+
}

projects/react/07_star_match_game/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
parserOptions: {
1111
ecmaVersion: 2020,
1212
ecmaFeatures: {
13+
requireConfigFile: false,
1314
impliedStrict: true,
1415
jsx: true,
1516
},

0 commit comments

Comments
 (0)