@storm-software/eslint 0.169.137 → 0.169.139

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.135-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.137-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 -->
@@ -1,4 +1,4 @@
1
- import { ACRONYMS_LIST } from './chunk-O7GV43EU.js';
1
+ import { ACRONYMS_LIST } from './chunk-UTBVUQ7S.js';
2
2
  import { init_esm_shims } from './chunk-FG3UFBTY.js';
3
3
 
4
4
  // src/utils/get-file-banner.ts
@@ -1,5 +1,5 @@
1
- import { getFileBanner } from './chunk-KCYKMPC6.js';
2
- import { GLOB_SRC } from './chunk-O7GV43EU.js';
1
+ import { getFileBanner } from './chunk-TTLXDQT3.js';
2
+ import { GLOB_SRC } from './chunk-UTBVUQ7S.js';
3
3
  import { init_esm_shims } from './chunk-FG3UFBTY.js';
4
4
  import { ESLintUtils } from '@typescript-eslint/utils';
5
5
  import os from 'node:os';
@@ -170,7 +170,17 @@ var GLOB_EXCLUDE = [
170
170
  "**/nx/**/*.schema.d.ts",
171
171
  "**/nx/**/*.schema.json",
172
172
  "**/nx/**/*.schema.md",
173
- "**/nx/**/generators/**/files"
173
+ "**/nx/**/generators/**/files",
174
+ ".agents/**/*",
175
+ "**/.agents/**/*",
176
+ ".claude/**/*",
177
+ "**/.claude/**/*",
178
+ ".cursor/**/*",
179
+ "**/.cursor/**/*",
180
+ ".opencode/**/*",
181
+ "**/.opencode/**/*",
182
+ ".nx/**/*",
183
+ "**/.nx/**/*"
174
184
  ];
175
185
 
176
186
  export { ACRONYMS_LIST, GLOB_ALL_SRC, GLOB_ASTRO, GLOB_ASTRO_TS, GLOB_CODE_BLOCK, GLOB_CODE_FILE, GLOB_CSS, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_POSTCSS, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_SVELTE, GLOB_SVG, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_XML, GLOB_YAML };
package/dist/preset.cjs CHANGED
@@ -803,7 +803,17 @@ var GLOB_EXCLUDE = [
803
803
  "**/nx/**/*.schema.d.ts",
804
804
  "**/nx/**/*.schema.json",
805
805
  "**/nx/**/*.schema.md",
806
- "**/nx/**/generators/**/files"
806
+ "**/nx/**/generators/**/files",
807
+ ".agents/**/*",
808
+ "**/.agents/**/*",
809
+ ".claude/**/*",
810
+ "**/.claude/**/*",
811
+ ".cursor/**/*",
812
+ "**/.cursor/**/*",
813
+ ".opencode/**/*",
814
+ "**/.opencode/**/*",
815
+ ".nx/**/*",
816
+ "**/.nx/**/*"
807
817
  ];
808
818
 
809
819
  // src/utils/helpers.ts
package/dist/preset.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { isInEditorEnv, interopDefault, ensurePackages, renameRules, parserPlain, isPackageInScope } from './chunk-7ZFWLIFE.js';
2
2
  import { getTsConfigPath } from './chunk-RU22XDNZ.js';
3
- import { banner_plugin_default } from './chunk-V3ELCUZX.js';
4
- import { getFileBanner } from './chunk-KCYKMPC6.js';
5
- import { GLOB_EXCLUDE, GLOB_TS, GLOB_TSX, GLOB_JSX, GLOB_MARKDOWN, GLOB_ASTRO_TS, GLOB_SRC, GLOB_TESTS, GLOB_ASTRO, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_YAML, GLOB_TOML, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_CSS, GLOB_POSTCSS, GLOB_SCSS, GLOB_LESS, GLOB_HTML, GLOB_XML, GLOB_SVG, GLOB_GRAPHQL, GLOB_SRC_EXT } from './chunk-O7GV43EU.js';
3
+ import { banner_plugin_default } from './chunk-U7UQ5H2V.js';
4
+ import { getFileBanner } from './chunk-TTLXDQT3.js';
5
+ import { GLOB_EXCLUDE, GLOB_TS, GLOB_TSX, GLOB_JSX, GLOB_MARKDOWN, GLOB_ASTRO_TS, GLOB_SRC, GLOB_TESTS, GLOB_ASTRO, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_YAML, GLOB_TOML, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_CSS, GLOB_POSTCSS, GLOB_SCSS, GLOB_LESS, GLOB_HTML, GLOB_XML, GLOB_SVG, GLOB_GRAPHQL, GLOB_SRC_EXT } from './chunk-UTBVUQ7S.js';
6
6
  import { findWorkspaceRoot } from './chunk-ZKHT77ET.js';
7
7
  import { joinPaths } from './chunk-ADP4AA6N.js';
8
8
  import { __commonJS, init_esm_shims, __toESM } from './chunk-FG3UFBTY.js';
@@ -1,4 +1,4 @@
1
- export { banner_plugin_default as default } from '../chunk-V3ELCUZX.js';
2
- import '../chunk-KCYKMPC6.js';
3
- import '../chunk-O7GV43EU.js';
1
+ export { banner_plugin_default as default } from '../chunk-U7UQ5H2V.js';
2
+ import '../chunk-TTLXDQT3.js';
3
+ import '../chunk-UTBVUQ7S.js';
4
4
  import '../chunk-FG3UFBTY.js';
@@ -169,7 +169,17 @@ var GLOB_EXCLUDE = [
169
169
  "**/nx/**/*.schema.d.ts",
170
170
  "**/nx/**/*.schema.json",
171
171
  "**/nx/**/*.schema.md",
172
- "**/nx/**/generators/**/files"
172
+ "**/nx/**/generators/**/files",
173
+ ".agents/**/*",
174
+ "**/.agents/**/*",
175
+ ".claude/**/*",
176
+ "**/.claude/**/*",
177
+ ".cursor/**/*",
178
+ "**/.cursor/**/*",
179
+ ".opencode/**/*",
180
+ "**/.opencode/**/*",
181
+ ".nx/**/*",
182
+ "**/.nx/**/*"
173
183
  ];
174
184
 
175
185
  exports.ACRONYMS_LIST = ACRONYMS_LIST;
@@ -1,2 +1,2 @@
1
- export { ACRONYMS_LIST, GLOB_ALL_SRC, GLOB_ASTRO, GLOB_ASTRO_TS, GLOB_CODE_BLOCK, GLOB_CODE_FILE, GLOB_CSS, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_POSTCSS, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_SVELTE, GLOB_SVG, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_XML, GLOB_YAML } from '../chunk-O7GV43EU.js';
1
+ export { ACRONYMS_LIST, GLOB_ALL_SRC, GLOB_ASTRO, GLOB_ASTRO_TS, GLOB_CODE_BLOCK, GLOB_CODE_FILE, GLOB_CSS, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_POSTCSS, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_SVELTE, GLOB_SVG, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_XML, GLOB_YAML } from '../chunk-UTBVUQ7S.js';
2
2
  import '../chunk-FG3UFBTY.js';
@@ -1,3 +1,3 @@
1
- export { getFileBanner } from '../chunk-KCYKMPC6.js';
2
- import '../chunk-O7GV43EU.js';
1
+ export { getFileBanner } from '../chunk-TTLXDQT3.js';
2
+ import '../chunk-UTBVUQ7S.js';
3
3
  import '../chunk-FG3UFBTY.js';
@@ -169,7 +169,17 @@ var GLOB_EXCLUDE = [
169
169
  "**/nx/**/*.schema.d.ts",
170
170
  "**/nx/**/*.schema.json",
171
171
  "**/nx/**/*.schema.md",
172
- "**/nx/**/generators/**/files"
172
+ "**/nx/**/generators/**/files",
173
+ ".agents/**/*",
174
+ "**/.agents/**/*",
175
+ ".claude/**/*",
176
+ "**/.claude/**/*",
177
+ ".cursor/**/*",
178
+ "**/.cursor/**/*",
179
+ ".opencode/**/*",
180
+ "**/.opencode/**/*",
181
+ ".nx/**/*",
182
+ "**/.nx/**/*"
173
183
  ];
174
184
 
175
185
  // src/utils/format-config.ts
@@ -1,4 +1,4 @@
1
- export { ACRONYMS_LIST, GLOB_ALL_SRC, GLOB_ASTRO, GLOB_ASTRO_TS, GLOB_CODE_BLOCK, GLOB_CODE_FILE, GLOB_CSS, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_POSTCSS, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_SVELTE, GLOB_SVG, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_XML, GLOB_YAML } from '../chunk-O7GV43EU.js';
1
+ export { ACRONYMS_LIST, GLOB_ALL_SRC, GLOB_ASTRO, GLOB_ASTRO_TS, GLOB_CODE_BLOCK, GLOB_CODE_FILE, GLOB_CSS, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_POSTCSS, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_SVELTE, GLOB_SVG, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_XML, GLOB_YAML } from '../chunk-UTBVUQ7S.js';
2
2
  export { formatConfig } from '../chunk-A4FOMCUL.js';
3
3
  import { init_esm_shims } from '../chunk-FG3UFBTY.js';
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.169.137",
3
+ "version": "0.169.139",
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.2",
145
- "@storm-software/config-tools": "^1.189.48",
144
+ "@storm-software/config": "^1.137.4",
145
+ "@storm-software/config-tools": "^1.189.50",
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": "2f970ce1587ad855153c54d147bf36f9d94daa18"
242
+ "gitHead": "5e37c98861d83629592ebb8cc18922180cf7ef71"
243
243
  }