@storm-software/eslint 0.149.0 → 0.149.2
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 +6 -1
- package/package.json +6 -6
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
|
@@ -4089,6 +4089,11 @@ Backward pagination arguments
|
|
|
4089
4089
|
* @see https://eslint-react.xyz/docs/rules/no-useless-forward-ref
|
|
4090
4090
|
*/
|
|
4091
4091
|
'react/ensure-forward-ref-using-ref'?: Linter.RuleEntry<[]>
|
|
4092
|
+
/**
|
|
4093
|
+
* Enforces that the 'key' attribute is placed before the spread attribute in JSX elements.
|
|
4094
|
+
* @see https://eslint-react.xyz/docs/rules/jsx-key-before-spread
|
|
4095
|
+
*/
|
|
4096
|
+
'react/jsx-key-before-spread'?: Linter.RuleEntry<[]>
|
|
4092
4097
|
/**
|
|
4093
4098
|
* Disallow duplicate props in JSX elements.
|
|
4094
4099
|
* @see https://eslint-react.xyz/docs/rules/jsx-no-duplicate-props
|
|
@@ -5609,7 +5614,7 @@ Backward pagination arguments
|
|
|
5609
5614
|
*/
|
|
5610
5615
|
'test/no-standalone-expect'?: Linter.RuleEntry<TestNoStandaloneExpect>
|
|
5611
5616
|
/**
|
|
5612
|
-
*
|
|
5617
|
+
* Disallow using the `f` and `x` prefixes in favour of `.only` and `.skip`
|
|
5613
5618
|
* @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/no-test-prefixes.md
|
|
5614
5619
|
*/
|
|
5615
5620
|
'test/no-test-prefixes'?: Linter.RuleEntry<[]>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.149.
|
|
3
|
+
"version": "0.149.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"repository": {
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"dependencies": {
|
|
169
169
|
"@antfu/install-pkg": "^1.0.0",
|
|
170
170
|
"@clack/prompts": "^0.10.1",
|
|
171
|
-
"@cspell/eslint-plugin": "^8.19.
|
|
171
|
+
"@cspell/eslint-plugin": "^8.19.4",
|
|
172
172
|
"@eslint/eslintrc": "^3.3.1",
|
|
173
173
|
"@eslint/markdown": "^6.4.0",
|
|
174
174
|
"@nx/eslint-plugin": "20.8.0",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"@typescript-eslint/eslint-plugin": "^8.31.1",
|
|
177
177
|
"@typescript-eslint/parser": "^8.31.1",
|
|
178
178
|
"@typescript-eslint/utils": "^8.31.1",
|
|
179
|
-
"@vitest/eslint-plugin": "^1.1.
|
|
179
|
+
"@vitest/eslint-plugin": "^1.1.44",
|
|
180
180
|
"chalk": "^4.1.2",
|
|
181
181
|
"defu": "6.1.4",
|
|
182
182
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"eslint-plugin-paths": "^1.1.0",
|
|
198
198
|
"eslint-plugin-perfectionist": "^4.12.3",
|
|
199
199
|
"eslint-plugin-pnpm": "0.3.0",
|
|
200
|
-
"eslint-plugin-prettier": "^5.
|
|
200
|
+
"eslint-plugin-prettier": "^5.3.1",
|
|
201
201
|
"eslint-plugin-regexp": "^2.7.0",
|
|
202
202
|
"eslint-plugin-toml": "^0.12.0",
|
|
203
203
|
"eslint-plugin-tsdoc": "^0.4.0",
|
|
@@ -212,8 +212,8 @@
|
|
|
212
212
|
"yaml-eslint-parser": "^1.3.0"
|
|
213
213
|
},
|
|
214
214
|
"devDependencies": {
|
|
215
|
-
"@eslint-community/eslint-utils": "^4.
|
|
216
|
-
"@eslint-react/eslint-plugin": "^1.
|
|
215
|
+
"@eslint-community/eslint-utils": "^4.7.0",
|
|
216
|
+
"@eslint-react/eslint-plugin": "^1.49.0",
|
|
217
217
|
"@eslint-types/typescript-eslint": "^7.5.0",
|
|
218
218
|
"@eslint/config-inspector": "^0.5.6",
|
|
219
219
|
"@graphql-eslint/eslint-plugin": "^4.4.0",
|