Skip to content

Commit

Permalink
Add jest compatability to eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Pando committed Jan 24, 2018
1 parent d27321a commit 9ad359d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"extends": "airbnb",
"plugins": ["jest"],
"parser": "babel-eslint",
"rules": {
"semi": [2, "never"],
"arrow-body-style": [0, "as-needed"]
},
"env": {
"jest": true
}
}

0 comments on commit 9ad359d

Please sign in to comment.