diff --git a/.eslintrc.js b/.eslintrc.js
index e57f1d1c0a9a4cefa09580ea48bde47a147434f1..658660bd8a15fd9098e6c3800e16786d85a2173d 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -33,16 +33,11 @@ module.exports = {
     'import/named': 0,
     'import/namespace': 0,
     'import/no-named-as-default-member': 0,
+    'import/prefer-default-export': 0, // no benefit
 
     // other rules
-    'import/prefer-default-export': 0, // no benefit
-    'no-param-reassign': 'error',
-    'no-restricted-syntax': 0,
-    'no-await-in-loop': 0,
-    'prefer-destructuring': 0,
-    'prefer-template': 0,
-    'no-underscore-dangle': 0,
     'no-negated-condition': 'error',
+    'no-param-reassign': 'error',
     'sort-imports': [
       'error',
       {