@storm-software/eslint 0.169.2 → 0.169.3
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 -1
- package/dist/types.d.ts +1 -1
- 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 -->
|
package/dist/types.d.ts
CHANGED
|
@@ -5573,7 +5573,7 @@ Backward pagination arguments
|
|
|
5573
5573
|
*/
|
|
5574
5574
|
'template-tag-spacing'?: Linter.RuleEntry<TemplateTagSpacing>
|
|
5575
5575
|
/**
|
|
5576
|
-
* require
|
|
5576
|
+
* require test file pattern
|
|
5577
5577
|
* @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/consistent-test-filename.md
|
|
5578
5578
|
*/
|
|
5579
5579
|
'test/consistent-test-filename'?: Linter.RuleEntry<TestConsistentTestFilename>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.169.
|
|
3
|
+
"version": "0.169.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"repository": {
|
|
@@ -164,13 +164,13 @@
|
|
|
164
164
|
"@eslint/eslintrc": "^3.3.1",
|
|
165
165
|
"@eslint/markdown": "^6.6.0",
|
|
166
166
|
"@nx/eslint-plugin": "^21.4.1",
|
|
167
|
-
"@storm-software/config": "^1.134.
|
|
168
|
-
"@storm-software/config-tools": "^1.188.
|
|
167
|
+
"@storm-software/config": "^1.134.3",
|
|
168
|
+
"@storm-software/config-tools": "^1.188.3",
|
|
169
169
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
170
170
|
"@typescript-eslint/eslint-plugin": "^8.35.0",
|
|
171
171
|
"@typescript-eslint/parser": "^8.35.0",
|
|
172
172
|
"@typescript-eslint/utils": "^8.35.0",
|
|
173
|
-
"@vitest/eslint-plugin": "^1.3.
|
|
173
|
+
"@vitest/eslint-plugin": "^1.3.20",
|
|
174
174
|
"chalk": "^4.1.2",
|
|
175
175
|
"defu": "6.1.4",
|
|
176
176
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"@eslint-types/typescript-eslint": "^7.5.0",
|
|
213
213
|
"@eslint/config-inspector": "^0.5.6",
|
|
214
214
|
"@graphql-eslint/eslint-plugin": "^4.4.0",
|
|
215
|
-
"@next/eslint-plugin-next": "^15.5.
|
|
215
|
+
"@next/eslint-plugin-next": "^15.5.6",
|
|
216
216
|
"@nx/eslint": "^21.4.1",
|
|
217
217
|
"@prettier/plugin-xml": "^3.4.2",
|
|
218
218
|
"@stylistic/eslint-plugin-migrate": "^4.4.1",
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
"eslint-plugin-react-compiler": "19.0.0-beta-21e868a-20250216",
|
|
230
230
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
231
231
|
"eslint-plugin-react-native": "^5.0.0",
|
|
232
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
232
|
+
"eslint-plugin-react-refresh": "^0.4.24",
|
|
233
233
|
"eslint-plugin-relay": "^1.8.3",
|
|
234
234
|
"eslint-plugin-storybook": "^0.11.6",
|
|
235
235
|
"eslint-typegen": "^1.0.0",
|
|
@@ -241,5 +241,5 @@
|
|
|
241
241
|
},
|
|
242
242
|
"publishConfig": { "access": "public" },
|
|
243
243
|
"sideEffects": false,
|
|
244
|
-
"gitHead": "
|
|
244
|
+
"gitHead": "5d70ddef9cb659c34b6978a22c48cd9f8883a7ab"
|
|
245
245
|
}
|