Lint all the things

This commit is contained in:
Berkeley Martinez
2015-11-05 15:10:18 -08:00
parent c5843ec252
commit 5a96e6266b
18 changed files with 16 additions and 614 deletions

View File

@@ -224,8 +224,8 @@
"no-plusplus": 0,
"react/display-name": 1,
"react/jsx-boolean-value": 1,
"react/jsx-quotes": [1, "single", "avoid-escape"],
"react/jsx-boolean-value": [1, "always"],
"jsx-quotes": [1, "prefer-single"],
"react/jsx-no-undef": 1,
"react/jsx-sort-props": 1,
"react/jsx-uses-react": 1,