Skip to content

Commit

Permalink
refactor(lint): Add comment to eslint file about jsx nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
evansiroky committed Oct 31, 2019
1 parent 97903da commit bb4fba9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"import/order": ["warn", {
"newlines-between": "always"
}],
// turn off nesting requirement. See https://github.com/conveyal/mastarm/pull/296
"jsx-a11y/label-has-for": [
2,
{
Expand Down

0 comments on commit bb4fba9

Please sign in to comment.