summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rules/eslint.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json
index b1439c2..fe86c73 100644
--- a/src/rules/eslint.json
+++ b/src/rules/eslint.json
@@ -18,6 +18,9 @@
"no-catch-shadow": [
"off"
],
+ "no-native-reassign": [
+ "off"
+ ],
"no-tabs": [
"error",
{