aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2018-02-02 15:57:54 +0100
committerNoah Loomans <noahloomans@gmail.com>2018-02-02 15:57:54 +0100
commit41f57d90be930fb0af7dace6a12ad5e47edbd0f6 (patch)
treec534bc5cdd058b14733274c6b9ff729ccdf6b400 /.eslintrc.js
parent30376908301dae90d40532210d382c8edc088ac6 (diff)
Simplify prop-types
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index b253a04..389b34b 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -10,5 +10,6 @@ module.exports = {
"no-underscore-dangle": ["error", { "allow": ["_test"] }],
"class-methods-use-this": "off",
"no-prototype-builtins": "off",
+ "react/forbid-prop-types": "off",
}
};