Skip to content

Commit

Permalink
Update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Jan 9, 2019
1 parent b59467d commit 30d9143
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"extends": ["airbnb", "prettier"],
"extends": [
"airbnb",
"plugin:prettier/recommended",
"prettier/flowtype",
"prettier/react"
],
"parser": "babel-eslint",
"env": {
"browser": true,
Expand Down

0 comments on commit 30d9143

Please sign in to comment.