zirka 0.0.33 → 0.0.35

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.
@@ -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
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zirka",
3
- "version": "0.0.33",
3
+ "version": "0.0.35",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
@@ -54,13 +54,13 @@
54
54
  "jiti": "^2.6.1",
55
55
  "prettier-plugin-packagejson": "^2.5.14",
56
56
  "prettier-plugin-tailwindcss": "^0.6.14",
57
- "typescript-eslint": "^8.33.1"
57
+ "typescript-eslint": "^8.33.1",
58
+ "pasika": "^0.1.6"
58
59
  },
59
60
  "devDependencies": {
60
61
  "eslint": "^9.27.0",
61
62
  "husky": "^9.1.7",
62
63
  "lint-staged": "^16.1.6",
63
- "pasika": "^0.1.4",
64
64
  "prettier": "^3.5.3",
65
65
  "tsup": "^8.5.0",
66
66
  "typescript": "^5.8.3"
@@ -70,11 +70,6 @@
70
70
  "prettier": "^3.5.3",
71
71
  "typescript": "^5.8.3"
72
72
  },
73
- "peerDependenciesMeta": {
74
- "pasika": {
75
- "optional": true
76
- }
77
- },
78
73
  "engines": {
79
74
  "node": ">=22"
80
75
  }