zirka 0.0.33 → 0.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/styleguide.cjs +0 -11
- package/dist/styleguide.js +0 -11
- package/package.json +1 -1
package/dist/styleguide.cjs
CHANGED
|
@@ -686,17 +686,6 @@ var init_unicorn = __esm({
|
|
|
686
686
|
unicorn: import_eslint_plugin_unicorn.default
|
|
687
687
|
},
|
|
688
688
|
rules: {
|
|
689
|
-
/**
|
|
690
|
-
* Require consistent filename case for all linted files.
|
|
691
|
-
* 🚫 Not fixable - https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/filename-case.md
|
|
692
|
-
* Source: Vercel Style Guide → https://github.com/vercel/style-guide
|
|
693
|
-
*/
|
|
694
|
-
"unicorn/filename-case": [
|
|
695
|
-
"error",
|
|
696
|
-
{
|
|
697
|
-
case: "kebabCase"
|
|
698
|
-
}
|
|
699
|
-
],
|
|
700
689
|
/**
|
|
701
690
|
* Require using the `node:` protocol when importing Node.js built-in modules.
|
|
702
691
|
* 🔧 Fixable - https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-node-protocol.md
|
package/dist/styleguide.js
CHANGED
|
@@ -670,17 +670,6 @@ var init_unicorn = __esm({
|
|
|
670
670
|
unicorn: eslintPluginUnicorn
|
|
671
671
|
},
|
|
672
672
|
rules: {
|
|
673
|
-
/**
|
|
674
|
-
* Require consistent filename case for all linted files.
|
|
675
|
-
* 🚫 Not fixable - https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/filename-case.md
|
|
676
|
-
* Source: Vercel Style Guide → https://github.com/vercel/style-guide
|
|
677
|
-
*/
|
|
678
|
-
"unicorn/filename-case": [
|
|
679
|
-
"error",
|
|
680
|
-
{
|
|
681
|
-
case: "kebabCase"
|
|
682
|
-
}
|
|
683
|
-
],
|
|
684
673
|
/**
|
|
685
674
|
* Require using the `node:` protocol when importing Node.js built-in modules.
|
|
686
675
|
* 🔧 Fixable - https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-node-protocol.md
|