@storm-software/eslint 0.169.146 → 0.170.0

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.169.144-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.169.145-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
@@ -6657,7 +6657,7 @@ async function javascript(options = {}) {
6657
6657
  {
6658
6658
  properties: "never",
6659
6659
  ignoreDestructuring: false,
6660
- allow: ["^(UNSAFE_|EXPERIMENTAL_).*$"]
6660
+ allow: ["^(unstable_|experimental_).*$"]
6661
6661
  }
6662
6662
  ],
6663
6663
  // enforce or disallow capitalization of the first letter of a comment
@@ -7339,7 +7339,7 @@ async function javascript(options = {}) {
7339
7339
  }
7340
7340
  ],
7341
7341
  "vars-on-top": "error",
7342
- "yoda": ["error", "never"],
7342
+ yoda: ["error", "never"],
7343
7343
  ...overrides
7344
7344
  }
7345
7345
  }
package/dist/preset.js CHANGED
@@ -5677,7 +5677,7 @@ async function javascript(options = {}) {
5677
5677
  {
5678
5678
  properties: "never",
5679
5679
  ignoreDestructuring: false,
5680
- allow: ["^(UNSAFE_|EXPERIMENTAL_).*$"]
5680
+ allow: ["^(unstable_|experimental_).*$"]
5681
5681
  }
5682
5682
  ],
5683
5683
  // enforce or disallow capitalization of the first letter of a comment
@@ -6359,7 +6359,7 @@ async function javascript(options = {}) {
6359
6359
  }
6360
6360
  ],
6361
6361
  "vars-on-top": "error",
6362
- "yoda": ["error", "never"],
6362
+ yoda: ["error", "never"],
6363
6363
  ...overrides
6364
6364
  }
6365
6365
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.169.146",
3
+ "version": "0.170.0",
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,8 +141,8 @@
141
141
  "@eslint/eslintrc": "^3.3.5",
142
142
  "@eslint/markdown": "^6.6.0",
143
143
  "@nx/eslint-plugin": "22.6.0",
144
- "@storm-software/config": "^1.137.11",
145
- "@storm-software/config-tools": "^1.189.57",
144
+ "@storm-software/config": "^1.137.12",
145
+ "@storm-software/config-tools": "^1.189.58",
146
146
  "@stylistic/eslint-plugin": "^4.4.1",
147
147
  "@typescript-eslint/eslint-plugin": "^8.57.2",
148
148
  "@typescript-eslint/parser": "^8.57.2",
@@ -239,5 +239,5 @@
239
239
  "prettier-plugin-astro": "^0.14.0"
240
240
  },
241
241
  "publishConfig": { "access": "public" },
242
- "gitHead": "f60a470831842f0d039d5a4b7b2bd7b2a54d1d56"
242
+ "gitHead": "43c44f16cb2745bd3bb19c54d99415a64ca052a7"
243
243
  }