aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index cd88221..2090205 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -4,7 +4,4 @@ module.exports = {
"browser": true,
"node": true,
},
- "rules": {
- "react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }]
- },
};