Skip to content

Commit f5a10d0

Browse files
committed
build(.eslintrc): set parser to babel-eslint
1 parent 84adec7 commit f5a10d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"extends": [
33
"@jedwards1211/eslint-config", "@jedwards1211/eslint-config-flow"
4-
]
4+
],
5+
"parser": "babel-eslint"
56
}

0 commit comments

Comments
 (0)