Skip to content

Commit

Permalink
adding expect to globals
Browse files Browse the repository at this point in the history
  • Loading branch information
Raoul Jaeckel committed Nov 24, 2016
1 parent 43107ef commit 6acfa57
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .eslintrc
Expand Up @@ -14,10 +14,12 @@
"quotes": [2, "double"],
"strict": [2, "never"],
"react/jsx-uses-react": 2,
"react/jsx-uses-vars": 2,
"react/react-in-jsx-scope": 2
"react/jsx-uses-vars": 2
},
"plugins": [
"react"
]
],
"globals": {
"expect": true
}
}

0 comments on commit 6acfa57

Please sign in to comment.