aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kaiser <[email protected]>2015-08-20 09:00:07 +0200
committerChris Rebert <[email protected]>2015-08-20 01:27:47 -0700
commit463837c1c7e1ef7737493037cbba16baa447c8f4 (patch)
treea5f874ffa12f665c88a311c1ebebcbbd5ff1b217
parentf88cbe7ee4e2b765b1c4c53efa9a5077e6a22529 (diff)
downloadbootstrap-463837c1c7e1ef7737493037cbba16baa447c8f4.tar.xz
bootstrap-463837c1c7e1ef7737493037cbba16baa447c8f4.zip
Remove duplicate "spaced-comment" in eslintrc
Closes #17100
-rw-r--r--js/.eslintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/.eslintrc b/js/.eslintrc
index 645dac16d..b21ede35a 100644
--- a/js/.eslintrc
+++ b/js/.eslintrc
@@ -153,7 +153,6 @@
"space-return-throw-case": 2,
"space-unary-ops": 2,
"spaced-comment": 2,
- "spaced-comment": 2,
// es6
"arrow-parens": 2,