Skip to content

Commit 76d6c36

Browse files
committed
Fix ESLint configuration
1 parent 2d4476f commit 76d6c36

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
.idea
2-
.vscode
3-

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"eslint.workingDirectories": [
3+
{
4+
"directory": "./frontend",
5+
"changeProcessCWD": true
6+
}
7+
],
8+
}

0 commit comments

Comments
 (0)