diff options
| author | Boris Kaiser <[email protected]> | 2015-08-20 09:00:07 +0200 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-08-20 01:27:47 -0700 |
| commit | 463837c1c7e1ef7737493037cbba16baa447c8f4 (patch) | |
| tree | a5f874ffa12f665c88a311c1ebebcbbd5ff1b217 | |
| parent | f88cbe7ee4e2b765b1c4c53efa9a5077e6a22529 (diff) | |
| download | bootstrap-463837c1c7e1ef7737493037cbba16baa447c8f4.tar.xz bootstrap-463837c1c7e1ef7737493037cbba16baa447c8f4.zip | |
Remove duplicate "spaced-comment" in eslintrc
Closes #17100
| -rw-r--r-- | js/.eslintrc | 1 |
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, |
