aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2022-06-20 18:27:29 -0400
committermehekj <mehek.jethani@gmail.com>2022-06-20 18:27:29 -0400
commit3415f672292bb349c7d9ec66564933a746ee3b25 (patch)
tree69e3c6284211fbaf8fc51f8b661ca855165c701e /.eslintrc.json
parent145117365b2708ef6b365c6f0f10c38b85a87307 (diff)
Revert "Merge branch 'master' into temporalmedia-mehek"
This reverts commit 145117365b2708ef6b365c6f0f10c38b85a87307, reversing changes made to 7eedde332010c8896be636f0b5c6a7b2c8043e48.
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
deleted file mode 100644
index 5cc0ab6dc..000000000
--- a/.eslintrc.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "extends": ["airbnb", "prettier", "plugin:node/recommended"],
- "plugins": ["prettier"],
- "rules": {
- "prettier/prettier": "error",
- "no-unused-vars": "warn",
- "no-console": "off",
- "func-names": "off",
- "no-process-exit": "off",
- "object-shorthand": "off",
- "class-methods-use-this": "off"
- }
-}