Skip to content

Commit

Permalink
build(.eslintrc): set parser to babel-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Feb 3, 2018
1 parent 84adec7 commit f5a10d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extends": [
"@jedwards1211/eslint-config", "@jedwards1211/eslint-config-flow"
]
],
"parser": "babel-eslint"
}

0 comments on commit f5a10d0

Please sign in to comment.