summaryrefslogtreecommitdiff
path: root/frontend/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/.eslintrc.js')
-rw-r--r--frontend/.eslintrc.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js
deleted file mode 100644
index 11521256..00000000
--- a/frontend/.eslintrc.js
+++ /dev/null
@@ -1,11 +0,0 @@
-module.exports = {
- extends: ['airbnb-typescript-prettier'],
- rules: {
- 'react/prop-types': 0,
- 'react/destructuring-assignment': 0,
- 'react/static-property-placement': 0,
- 'jsx-a11y/alt-text': 0,
- 'react/jsx-props-no-spreading': 0,
- 'jsx-a11y/label-has-associated-control': 0,
- },
-};