@storm-software/eslint 0.145.15 → 0.145.17

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
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-0.145.14-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)
24
+ [![Version](https://img.shields.io/badge/version-0.145.16-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)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -117,13 +117,13 @@ var GLOB_EXCLUDE = [
117
117
  "**/.output",
118
118
  "**/.vite-inspect",
119
119
  "**/.yarn",
120
- "**/vite.config.*.timestamp-*",
121
120
  "**/CHANGELOG*.md",
122
121
  "**/*.min.*",
123
122
  "**/LICENSE*",
124
123
  "**/__snapshots__",
125
124
  "**/auto-import?(s).d.ts",
126
- "**/components.d.ts"
125
+ "**/components.d.ts",
126
+ "**/vite.config.*.timestamp-*"
127
127
  ];
128
128
 
129
129
  export {
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  getFileBanner
3
- } from "./chunk-ZUIV57VZ.js";
3
+ } from "./chunk-XNCBYAYL.js";
4
4
  import {
5
5
  GLOB_SRC
6
- } from "./chunk-AIKLBIPC.js";
6
+ } from "./chunk-SRHSKJB5.js";
7
7
  import {
8
8
  __name
9
9
  } from "./chunk-SHUYVCID.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  ACRONYMS_LIST
3
- } from "./chunk-AIKLBIPC.js";
3
+ } from "./chunk-SRHSKJB5.js";
4
4
  import {
5
5
  __name
6
6
  } from "./chunk-SHUYVCID.js";
package/dist/preset.js CHANGED
@@ -11,8 +11,8 @@ import {
11
11
  } from "./chunk-D3EN5HD2.js";
12
12
  import {
13
13
  banner_plugin_default
14
- } from "./chunk-VMGPCABA.js";
15
- import "./chunk-ZUIV57VZ.js";
14
+ } from "./chunk-TBQNKXDY.js";
15
+ import "./chunk-XNCBYAYL.js";
16
16
  import {
17
17
  GLOB_ASTRO,
18
18
  GLOB_ASTRO_TS,
@@ -40,7 +40,7 @@ import {
40
40
  GLOB_TSX,
41
41
  GLOB_XML,
42
42
  GLOB_YAML
43
- } from "./chunk-AIKLBIPC.js";
43
+ } from "./chunk-SRHSKJB5.js";
44
44
  import {
45
45
  findWorkspaceRoot
46
46
  } from "./chunk-7JRBTALJ.js";
@@ -3077,6 +3077,7 @@ async function markdown(options = {}) {
3077
3077
  GLOB_MARKDOWN
3078
3078
  ], overrides = {} } = options;
3079
3079
  const markdown1 = await interopDefault(import("@eslint/markdown"));
3080
+ const workspaceRoot = findWorkspaceRoot();
3080
3081
  return [
3081
3082
  {
3082
3083
  name: "storm/markdown/setup",
@@ -3112,6 +3113,8 @@ async function markdown(options = {}) {
3112
3113
  ],
3113
3114
  languageOptions: {
3114
3115
  parserOptions: {
3116
+ projectService: true,
3117
+ tsconfigRootDir: workspaceRoot,
3115
3118
  ecmaFeatures: {
3116
3119
  impliedStrict: true
3117
3120
  }
@@ -4262,7 +4265,8 @@ async function typescript(options = {}) {
4262
4265
  ...typeAware ? {
4263
4266
  projectService: {
4264
4267
  allowDefaultProject: [
4265
- "./*.js"
4268
+ "./*.js",
4269
+ "./*.ts"
4266
4270
  ],
4267
4271
  defaultProject: tsconfigPath
4268
4272
  },
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  banner_plugin_default
3
- } from "../chunk-VMGPCABA.js";
4
- import "../chunk-ZUIV57VZ.js";
5
- import "../chunk-AIKLBIPC.js";
3
+ } from "../chunk-TBQNKXDY.js";
4
+ import "../chunk-XNCBYAYL.js";
5
+ import "../chunk-SRHSKJB5.js";
6
6
  import "../chunk-SHUYVCID.js";
7
7
  export {
8
8
  banner_plugin_default as default
@@ -33,7 +33,7 @@ import {
33
33
  GLOB_VUE,
34
34
  GLOB_XML,
35
35
  GLOB_YAML
36
- } from "../chunk-AIKLBIPC.js";
36
+ } from "../chunk-SRHSKJB5.js";
37
37
  import "../chunk-SHUYVCID.js";
38
38
  export {
39
39
  ACRONYMS_LIST,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getFileBanner
3
- } from "../chunk-ZUIV57VZ.js";
4
- import "../chunk-AIKLBIPC.js";
3
+ } from "../chunk-XNCBYAYL.js";
4
+ import "../chunk-SRHSKJB5.js";
5
5
  import "../chunk-SHUYVCID.js";
6
6
  export {
7
7
  getFileBanner
@@ -36,7 +36,7 @@ import {
36
36
  GLOB_VUE,
37
37
  GLOB_XML,
38
38
  GLOB_YAML
39
- } from "../chunk-AIKLBIPC.js";
39
+ } from "../chunk-SRHSKJB5.js";
40
40
  import {
41
41
  formatConfig
42
42
  } from "../chunk-FTXILLLE.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.145.15",
3
+ "version": "0.145.17",
4
4
  "type": "module",
5
5
  "description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "repository": {