Skip to content

Commit

Permalink
Merge pull request react-bootstrap#592 from AlexKVal/eslintOpt
Browse files Browse the repository at this point in the history
Replace not working eslint option.
  • Loading branch information
mtscout6 committed Apr 29, 2015
2 parents 4e919dd + d54bc7a commit 6f2c031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"key-spacing": 0,
"no-underscore-dangle": 0,
"no-unused-vars": [1, { "vars": "all", "args": "none" }],
"no-undef": 1,
"no-var": 2,
"quotes": [1, "single", "avoid-escape"],
"react/display-name": 0,
"react/jsx-no-undef": 1,
"react/jsx-uses-react": 1,
"react/no-did-mount-set-state": 1,
"react/no-did-update-set-state": 1,
Expand Down

0 comments on commit 6f2c031

Please sign in to comment.