Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-09-28 17:25:28 +0300
committerGitHub <noreply@github.com>2017-09-28 17:25:28 +0300
commit502ac7ee4d13669e644b9181f1e014ce0ea1f089 (patch)
treebccf9e2d6b1eed69e5bed78fbfba410b23478b1a /js
parentfe06814f3e3c72f36bb2ab96df206cc564fb74b0 (diff)
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 b039801444..460286508b 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",