Skip to content

Commit

Permalink
Merge branch 'master' into feature/jest
Browse files Browse the repository at this point in the history
* master:
  fix for deprecated eslint rule (#165)

# Conflicts:
#	.eslintrc
  • Loading branch information
tizmagik committed Sep 15, 2016
2 parents 4b5d3f5 + 2d72505 commit f5079bc
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 @@ -21,7 +21,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-extraneous-dependencies": [0],
"no-param-reassign": 0
}
Expand Down

0 comments on commit f5079bc

Please sign in to comment.