aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
deleted file mode 100644
index 9944cf8..0000000
--- a/.eslintrc.js
+++ /dev/null
@@ -1,16 +0,0 @@
-module.exports = {
- "extends": "airbnb",
- "parser": "babel-eslint",
- "env": {
- "browser": true,
- "node": true,
- "jest": true,
- },
- "rules": {
- "react/jsx-filename-extension": "off",
- "no-underscore-dangle": ["error", { "allow": ["_test"] }],
- "no-prototype-builtins": "off",
- "react/forbid-prop-types": "off",
- "react/prefer-stateless-function": "off",
- }
-};