summaryrefslogtreecommitdiff
path: root/web/source/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/source/.eslintrc.js')
-rw-r--r--web/source/.eslintrc.js9
1 files changed, 7 insertions, 2 deletions
diff --git a/web/source/.eslintrc.js b/web/source/.eslintrc.js
index 36fbbacd6..cb94b8e88 100644
--- a/web/source/.eslintrc.js
+++ b/web/source/.eslintrc.js
@@ -1,3 +1,8 @@
+"use strict";
+
module.exports = {
- "extends": ["@f0x52/eslint-config-react"]
-};
+ "extends": ["@f0x52/eslint-config-react"],
+ "rules": {
+ "react/prop-types": "off"
+ }
+}; \ No newline at end of file