aboutsummaryrefslogtreecommitdiff
path: root/js/tests
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-09-02 09:04:04 +0200
committerGitHub <[email protected]>2017-09-02 09:04:04 +0200
commit37e105333dace2812cedef88ac2aa31a17b38b66 (patch)
tree1aea0b75a55ce027c2acfae6e5a5a59f2e45eab1 /js/tests
parenta766dd56927d0b107e8c909539bf35f5fc4ecb4e (diff)
parent56e415d57d342d23163346bf41c00479617d5f3a (diff)
downloadbootstrap-37e105333dace2812cedef88ac2aa31a17b38b66.tar.xz
bootstrap-37e105333dace2812cedef88ac2aa31a17b38b66.zip
Merge branch 'v4-dev' into fix-unwanted-padding-on-modal
Diffstat (limited to 'js/tests')
-rw-r--r--js/tests/.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tests/.eslintrc.json b/js/tests/.eslintrc.json
index a05a3a390..b03980144 100644
--- a/js/tests/.eslintrc.json
+++ b/js/tests/.eslintrc.json
@@ -28,6 +28,7 @@
"global-require": "off",
"no-process-env": "off",
"no-process-exit": "off",
+ "no-sync": "off",
// Stylistic Issues
"brace-style": "off",