Skip to content

Commit

Permalink
Pins eslint version and overrides stateless rule
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengfriend committed Mar 6, 2016
1 parent 0c7b5bd commit e028a04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .eslintrc
Expand Up @@ -18,7 +18,9 @@
"import/named": 2,
"import/default": 2,
"import/namespace": 2,
"import/export": 2
"import/export": 2,
// Overide Stateless
"react/prefer-stateless-function": 0
},
"globals": {
"after": false,
Expand All @@ -44,5 +46,3 @@
}
}
}


1 change: 1 addition & 0 deletions package.json
Expand Up @@ -44,6 +44,7 @@
"cors": "^2.6.0",
"css-loader": "^0.23.0",
"del": "^2.1.0",
"eslint": "~2.2.0",
"eslint-config-airbnb": "^6.0.2",
"eslint-loader": "^1.1.1",
"eslint-plugin-babel": "^3.0.0",
Expand Down

0 comments on commit e028a04

Please sign in to comment.