Skip to content

Commit

Permalink
Remove some eslint warning exemptions
Browse files Browse the repository at this point in the history
  • Loading branch information
osteele committed May 12, 2018
1 parent aa75ca5 commit 62e1513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ rules:
react/prefer-stateless-function: warn
react/require-default-props: warn
react/sort-comp: warn
no-console: off

# Intentional Airbnb exceptions:
no-alert: off # currently used in the UI
Expand All @@ -42,7 +43,6 @@ rules:
jsx-a11y/no-static-element-interactions: off

# Fixable exceptions to Airbnb style guide.
indent: warn
react/jsx-indent: off

overrides:
Expand Down

0 comments on commit 62e1513

Please sign in to comment.