]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove the `unicorn/filename-case` rule suppression.
authorXhmikosR <xhmikosr@gmail.com>
Wed, 8 May 2019 13:01:02 +0000 (16:01 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 8 May 2019 14:26:37 +0000 (17:26 +0300)
.eslintrc.json
js/tests/unit/.eslintrc.json

index e61dc1741e9646ef0c52e2b37ac64a0c30c7597b..bd10c9a40b2832e7eadfa5e39b8ef84c23f13efb 100644 (file)
@@ -44,7 +44,6 @@
       "never"
     ],
     "unicorn/explicit-length-check": "off",
-    "unicorn/filename-case": "off",
     "unicorn/import-index": "off",
     "unicorn/no-unused-properties": "error",
     "unicorn/prefer-includes": "off",
index 27b29e2eca6f6494f4e641233a94691fd8f0253d..b4b9ac7e8d72f0b7d64ccc3d9b67f30da3f5c5b4 100644 (file)
@@ -52,7 +52,6 @@
       "never"
     ],
     "strict": "error",
-    "unicorn/filename-case": "off",
     "unicorn/no-unused-properties": "error",
     "unicorn/prefer-includes": "off",
     "unicorn/prefer-node-append": "off",