@storm-software/eslint 0.170.63 → 0.170.64

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>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
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.170.60-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&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;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-0.170.62-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&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;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
package/dist/preset.cjs CHANGED
@@ -18451,7 +18451,7 @@ async function react(options = {}) {
18451
18451
  {
18452
18452
  name: "storm/react/setup",
18453
18453
  plugins: {
18454
- "react": plugins["@eslint-react"],
18454
+ react: plugins["@eslint-react"],
18455
18455
  "react-dom": plugins["@eslint-react/dom"],
18456
18456
  "react-hooks": pluginReactHooks,
18457
18457
  "react-hooks-extra": plugins["@eslint-react/hooks-extra"],
package/dist/preset.js CHANGED
@@ -17426,7 +17426,7 @@ async function react(options = {}) {
17426
17426
  {
17427
17427
  name: "storm/react/setup",
17428
17428
  plugins: {
17429
- "react": plugins["@eslint-react"],
17429
+ react: plugins["@eslint-react"],
17430
17430
  "react-dom": plugins["@eslint-react/dom"],
17431
17431
  "react-hooks": pluginReactHooks,
17432
17432
  "react-hooks-extra": plugins["@eslint-react/hooks-extra"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.170.63",
3
+ "version": "0.170.64",
4
4
  "private": false,
5
5
  "description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "keywords": [
@@ -141,11 +141,11 @@
141
141
  "@eslint/eslintrc": "^3.3.5",
142
142
  "@eslint/markdown": "^6.6.0",
143
143
  "@nx/eslint-plugin": "22.7.5",
144
- "@storm-software/config": "1.137.74",
145
- "@storm-software/config-tools": "1.190.42",
146
- "@storm-software/eslint-plugin-banner": "0.0.3",
147
- "@storm-software/eslint-plugin-pnpm": "0.0.3",
148
- "@storm-software/eslint-plugin-tsdoc": "0.0.3",
144
+ "@storm-software/config": "1.137.75",
145
+ "@storm-software/config-tools": "1.190.43",
146
+ "@storm-software/eslint-plugin-banner": "0.0.4",
147
+ "@storm-software/eslint-plugin-pnpm": "0.0.4",
148
+ "@storm-software/eslint-plugin-tsdoc": "0.0.4",
149
149
  "@stylistic/eslint-plugin": "^4.4.1",
150
150
  "@typescript-eslint/eslint-plugin": "^8.60.1",
151
151
  "@typescript-eslint/parser": "^8.60.1",
@@ -242,5 +242,5 @@
242
242
  "prettier-plugin-astro": "^0.14.0"
243
243
  },
244
244
  "publishConfig": { "access": "public" },
245
- "gitHead": "e7b73c4c2993c491b5093a293d8447183541439c"
245
+ "gitHead": "a00a4a5ea2a12a0704c5300638f1980a0fcd3bac"
246
246
  }