added eslint proptypes

This commit is contained in:
Sean Macfarlane
2020-05-07 16:51:19 -04:00
parent 31cf4b13ed
commit 20047113bb

View File

@@ -8,7 +8,6 @@
"extensions": [".js", ".jsx"]
}
],
"react/prop-types": 0,
"no-underscore-dangle": 0,
"import/imports-first": ["error", "absolute-first"],
"import/newline-after-import": "error",