@shell-shock/eslint-plugin 0.0.3 → 0.0.5

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/README.md CHANGED
@@ -27,7 +27,7 @@ This package is part of the ⚡<b>Shell Shock</b> monorepo. The Shell Shock pack
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-0.0.1-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/shell-shock/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/shell-shock/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-0.0.3-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/shell-shock/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/shell-shock/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
@@ -265,7 +265,7 @@ generation of development tools, please reach out on our
265
265
 
266
266
  <br />
267
267
 
268
- <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
268
+ <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/storm-software/icon-circle-fill-dark.png" alt="Storm Software" width="200px"/></a></div>
269
269
  <br />
270
270
  <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
271
271
 
package/dist/package.cjs CHANGED
@@ -1 +1 @@
1
- var e=`0.0.3`;Object.defineProperty(exports,`version`,{enumerable:!0,get:function(){return e}});
1
+ var e=`0.0.5`;Object.defineProperty(exports,`version`,{enumerable:!0,get:function(){return e}});
package/dist/package.mjs CHANGED
@@ -1 +1 @@
1
- var e=`0.0.3`;export{e as version};
1
+ var e=`0.0.5`;export{e as version};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/eslint-plugin",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "type": "module",
5
5
  "description": "An ESLint Plugin with linting rules that ensure a Shell Shock project is following the best practices.",
6
6
  "repository": {
@@ -65,8 +65,8 @@
65
65
  "files": ["dist/**/*"],
66
66
  "keywords": ["eslint", "eslint-plugin", "shell-shock", "storm-software"],
67
67
  "peerDependencies": {
68
- "@powerlines/plugin-tsdown": "0.1.184",
69
68
  "eslint": "^9.39.2",
69
+ "@powerlines/plugin-tsdown": "0.1.184",
70
70
  "powerlines": "0.37.102"
71
71
  },
72
72
  "peerDependenciesMeta": { "eslint": { "optional": false } },
@@ -76,7 +76,7 @@
76
76
  "@storm-software/eslint": "^0.169.83",
77
77
  "@types/eslint": "^9.6.1",
78
78
  "@types/eslint__js": "^9.14.0",
79
- "@types/node": "^22.19.7",
79
+ "@types/node": "^22.19.8",
80
80
  "eslint": "^9.39.2",
81
81
  "eslint-doc-generator": "^3.0.2",
82
82
  "eslint-plugin-eslint-plugin": "^7.3.0",
@@ -107,5 +107,5 @@
107
107
  "./package.json": "./package.json"
108
108
  }
109
109
  },
110
- "gitHead": "ad8f1104e63a42de787eb5c5ec5c57e27f8a682e"
110
+ "gitHead": "93f7eadb6fb5670226a117c04e7e8b505554d76d"
111
111
  }