Remove the `unicorn/filename-case` rule suppression.

This commit is contained in:
XhmikosR 2019-05-08 16:01:02 +03:00
parent d102363c9f
commit e7657c8bc0
2 changed files with 0 additions and 2 deletions

View 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",

View 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",