removing deprecated linter rules, fixing linter errors, and resolving issue with switch to latest istanbul-instrumenter-loader since the isparta-loader package has been deprecated. all of this should fix the build errors

This commit is contained in:
Jason Salzman
2017-05-22 05:42:52 -07:00
parent 7e8b51bb19
commit c6fbeafb77
15 changed files with 176 additions and 174 deletions
+3 -3
View File
@@ -218,7 +218,7 @@
"react/jsx-no-literals": 0,
"react/jsx-no-undef": 2,
"react/jsx-pascal-case": 2,
"react/jsx-sort-prop-types": 2,
"react/jsx-sort-prop-types": 0,
"react/jsx-sort-props": 0,
"react/jsx-uses-react": 2,
"react/jsx-uses-vars": 2,
@@ -233,9 +233,9 @@
"react/prefer-es6-class": 0,
"react/prop-types": 2,
"react/react-in-jsx-scope": 2,
"react/require-extension": 2,
"react/require-extension": 0,
"react/self-closing-comp": 2,
"react/sort-comp": 2,
"react/wrap-multilines": 0
}
}
}