aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-08-23 16:28:01 +0200
committerXhmikosR <[email protected]>2019-02-20 22:05:45 +0200
commit4aef395e49a5418b9eec849dc1eb5ab1a180db4e (patch)
treea0d41649b181e942a048e43c4036619df95ea88a /.eslintrc.json
parent2970d14dd91bf1f5f236766c856e81c297fa1390 (diff)
downloadbootstrap-4aef395e49a5418b9eec849dc1eb5ab1a180db4e.tar.xz
bootstrap-4aef395e49a5418b9eec849dc1eb5ab1a180db4e.zip
Disable ESlint on no-return-assign and temporary for arrow-body-style
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index bfd2d333a..e0b3e5380 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -69,7 +69,6 @@
"no-param-reassign": "off",
"no-proto": "error",
"no-restricted-properties": "error",
- "no-return-assign": "error",
"no-return-await": "error",
"no-script-url": "error",
"no-self-compare": "error",