aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-09-28 17:25:28 +0300
committerGitHub <[email protected]>2017-09-28 17:25:28 +0300
commit502ac7ee4d13669e644b9181f1e014ce0ea1f089 (patch)
treebccf9e2d6b1eed69e5bed78fbfba410b23478b1a /js
parentfe06814f3e3c72f36bb2ab96df206cc564fb74b0 (diff)
downloadbootstrap-502ac7ee4d13669e644b9181f1e014ce0ea1f089.tar.xz
bootstrap-502ac7ee4d13669e644b9181f1e014ce0ea1f089.zip
Lint docs js too and use `strict consistently. (#24160)
Diffstat (limited to 'js')
-rw-r--r--js/tests/.eslintrc.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/tests/.eslintrc.json b/js/tests/.eslintrc.json
index b03980144..460286508 100644
--- a/js/tests/.eslintrc.json
+++ b/js/tests/.eslintrc.json
@@ -21,9 +21,6 @@
"no-magic-numbers": "off",
"vars-on-top": "off",
- // Strict Mode
- "strict": "off",
-
// NodeJS and CommonJS
"global-require": "off",
"no-process-env": "off",