mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Remove the unicorn/filename-case rule suppression.
This commit is contained in:
parent
d102363c9f
commit
e7657c8bc0
2 changed files with 0 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue