Skip to content

Commit

Permalink
fix for deprecated eslint rule (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwonrails authored and ccpricenytimes committed Sep 15, 2016
1 parent 4111741 commit 2d72505
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"prefer-reflect": 2,
"no-warning-comments": [1, { "terms": ["todo", "fixme"], "location": "start" }],
"react/sort-comp": 0,
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
"react/require-extension": "off",
"import/extensions": [1, { "js": "never" }],
"import/no-unresolved": [2, { "ignore": ["ava"] }],
"import/no-extraneous-dependencies": [0],
"no-param-reassign": 0
Expand Down

0 comments on commit 2d72505

Please sign in to comment.