Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
chore(ci): tweak .eslintrc so they pass for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rlr committed Feb 5, 2016
1 parent bdb1714 commit 1f36a6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc
Expand Up @@ -15,6 +15,7 @@
"computed-property-spacing": [2, "never"],
"array-bracket-spacing": [2, "never"],
"space-before-function-paren": [2, {"anonymous": "always", "named": "never"}],
"react/jsx-uses-react": 1,
},
"ecmaFeatures": {
"jsx": true
Expand All @@ -23,6 +24,7 @@
"es6": true,
"node": true,
"browser": true,
"mocha": true,
},
"globals": {
"require": true,
Expand Down

0 comments on commit 1f36a6a

Please sign in to comment.