Skip to content

Commit 2fd5057

Browse files
committed
Merge pull request #1032 from prashcr/patch-1
Fix invaild JSON in .eslintrc
2 parents d89cbbe + 2a4c1d1 commit 2fd5057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"settings": {
2424
"import/parser": "babel-eslint",
2525
"import/resolve": {
26-
moduleDirectory: ["node_modules", "src"]
26+
"moduleDirectory": ["node_modules", "src"]
2727
}
2828
},
2929
"globals": {

0 commit comments

Comments
 (0)