Skip to content

Commit 43343c0

Browse files
authored
Merge pull request #107 from BinaryStudioAcademy/feature/fix_eslint_configuration
Fix ESLint configuration
2 parents 2d4476f + 76d6c36 commit 43343c0

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)