@storm-software/eslint 0.152.0 → 0.153.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 +1 -2
- package/dist/types.d.ts +2 -2
- package/package.json +7 -7
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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
-
|
|
44
43
|
## Table of Contents
|
|
45
44
|
|
|
46
45
|
- [Storm Base ESLint Package](#storm-base-eslint-package)
|
package/dist/types.d.ts
CHANGED
|
@@ -502,12 +502,12 @@ Backward pagination arguments
|
|
|
502
502
|
'@next/next/no-unwanted-polyfillio'?: Linter.RuleEntry<[]>
|
|
503
503
|
/**
|
|
504
504
|
* Checks dependencies in project's package.json for version mismatches
|
|
505
|
-
* @see https://github.com/nrwl/nx/blob/
|
|
505
|
+
* @see https://github.com/nrwl/nx/blob/21.0.0/docs/generated/packages/eslint-plugin/documents/dependency-checks.md
|
|
506
506
|
*/
|
|
507
507
|
'@nx/dependency-checks'?: Linter.RuleEntry<NxDependencyChecks>
|
|
508
508
|
/**
|
|
509
509
|
* Ensure that module boundaries are respected within the monorepo
|
|
510
|
-
* @see https://github.com/nrwl/nx/blob/
|
|
510
|
+
* @see https://github.com/nrwl/nx/blob/21.0.0/docs/generated/packages/eslint-plugin/documents/enforce-module-boundaries.md
|
|
511
511
|
*/
|
|
512
512
|
'@nx/enforce-module-boundaries'?: Linter.RuleEntry<NxEnforceModuleBoundaries>
|
|
513
513
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.153.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"repository": {
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"@eslint-react/eslint-plugin": "^1.19.0",
|
|
140
140
|
"@graphql-eslint/eslint-plugin": "^4.3.0",
|
|
141
141
|
"@next/eslint-plugin-next": "^15.2.0-canary.67",
|
|
142
|
-
"@nx/eslint": "
|
|
142
|
+
"@nx/eslint": "21.0.0",
|
|
143
143
|
"@prettier/plugin-xml": "^3.4.1",
|
|
144
144
|
"@unocss/eslint-plugin": ">=0.50.0",
|
|
145
145
|
"astro-eslint-parser": "^1.0.2",
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"@cspell/eslint-plugin": "^8.19.4",
|
|
162
162
|
"@eslint/eslintrc": "^3.3.1",
|
|
163
163
|
"@eslint/markdown": "^6.4.0",
|
|
164
|
-
"@nx/eslint-plugin": "
|
|
164
|
+
"@nx/eslint-plugin": "21.0.0",
|
|
165
165
|
"@stylistic/eslint-plugin": "^4.2.0",
|
|
166
166
|
"@typescript-eslint/eslint-plugin": "^8.32.0",
|
|
167
167
|
"@typescript-eslint/parser": "^8.32.0",
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"chalk": "^4.1.2",
|
|
171
171
|
"defu": "6.1.4",
|
|
172
172
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
173
|
-
"eslint-config-prettier": "^10.1.
|
|
173
|
+
"eslint-config-prettier": "^10.1.3",
|
|
174
174
|
"eslint-flat-config-utils": "^2.0.1",
|
|
175
175
|
"eslint-merge-processors": "^2.0.0",
|
|
176
176
|
"eslint-plugin-import-x": "^4.11.0",
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"eslint-plugin-unicorn": "^57.0.0",
|
|
195
195
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
196
196
|
"eslint-plugin-yml": "^1.18.0",
|
|
197
|
-
"globals": "^16.
|
|
197
|
+
"globals": "^16.1.0",
|
|
198
198
|
"jsonc-eslint-parser": "^2.4.0",
|
|
199
199
|
"local-pkg": "^1.1.1",
|
|
200
200
|
"parse-gitignore": "^2.0.0",
|
|
@@ -207,8 +207,8 @@
|
|
|
207
207
|
"@eslint-types/typescript-eslint": "^7.5.0",
|
|
208
208
|
"@eslint/config-inspector": "^0.5.6",
|
|
209
209
|
"@graphql-eslint/eslint-plugin": "^4.4.0",
|
|
210
|
-
"@next/eslint-plugin-next": "^15.3.
|
|
211
|
-
"@nx/eslint": "
|
|
210
|
+
"@next/eslint-plugin-next": "^15.3.2",
|
|
211
|
+
"@nx/eslint": "21.0.0",
|
|
212
212
|
"@prettier/plugin-xml": "^3.4.1",
|
|
213
213
|
"@stylistic/eslint-plugin-migrate": "^4.2.0",
|
|
214
214
|
"@types/eslint": "^9.6.1",
|