@storm-software/eslint 0.169.52 → 0.169.53
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/dist/types.d.ts +2 -2
- package/package.json +7 -7
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/22.
|
|
505
|
+
* @see https://github.com/nrwl/nx/blob/22.1.3/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/22.
|
|
510
|
+
* @see https://github.com/nrwl/nx/blob/22.1.3/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.169.
|
|
3
|
+
"version": "0.169.53",
|
|
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": "22.
|
|
142
|
+
"@nx/eslint": "^22.1.3",
|
|
143
143
|
"@prettier/plugin-xml": "^3.4.1",
|
|
144
144
|
"@storm-software/tsdoc": "*",
|
|
145
145
|
"@unocss/eslint-plugin": ">=0.50.0",
|
|
@@ -163,9 +163,9 @@
|
|
|
163
163
|
"@cspell/eslint-plugin": "^8.19.4",
|
|
164
164
|
"@eslint/eslintrc": "^3.3.3",
|
|
165
165
|
"@eslint/markdown": "^6.6.0",
|
|
166
|
-
"@nx/eslint-plugin": "22.
|
|
167
|
-
"@storm-software/config": "^1.134.
|
|
168
|
-
"@storm-software/config-tools": "^1.188.
|
|
166
|
+
"@nx/eslint-plugin": "^22.1.3",
|
|
167
|
+
"@storm-software/config": "^1.134.53",
|
|
168
|
+
"@storm-software/config-tools": "^1.188.53",
|
|
169
169
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
170
170
|
"@typescript-eslint/eslint-plugin": "^8.48.1",
|
|
171
171
|
"@typescript-eslint/parser": "^8.48.1",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"@eslint/config-inspector": "^0.5.6",
|
|
214
214
|
"@graphql-eslint/eslint-plugin": "^4.4.0",
|
|
215
215
|
"@next/eslint-plugin-next": "^15.5.7",
|
|
216
|
-
"@nx/eslint": "22.
|
|
216
|
+
"@nx/eslint": "^22.1.3",
|
|
217
217
|
"@prettier/plugin-xml": "^3.4.2",
|
|
218
218
|
"@stylistic/eslint-plugin-migrate": "^4.4.1",
|
|
219
219
|
"@types/eslint": "^9.6.1",
|
|
@@ -241,5 +241,5 @@
|
|
|
241
241
|
},
|
|
242
242
|
"publishConfig": { "access": "public" },
|
|
243
243
|
"sideEffects": false,
|
|
244
|
-
"gitHead": "
|
|
244
|
+
"gitHead": "c349c2774d5ccb4acbfc1f69e6ec206248afdb73"
|
|
245
245
|
}
|