@bfra.me/eslint-config 0.20.4 → 0.20.5
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/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/package.json +4 -4
- package/src/rules.d.ts +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -4664,7 +4664,7 @@ interface Rules {
|
|
|
4664
4664
|
*/
|
|
4665
4665
|
'vitest/no-standalone-expect'?: Linter.RuleEntry<VitestNoStandaloneExpect>
|
|
4666
4666
|
/**
|
|
4667
|
-
*
|
|
4667
|
+
* Disallow using the `f` and `x` prefixes in favour of `.only` and `.skip`
|
|
4668
4668
|
* @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/no-test-prefixes.md
|
|
4669
4669
|
*/
|
|
4670
4670
|
'vitest/no-test-prefixes'?: Linter.RuleEntry<[]>
|
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bfra.me/eslint-config",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.5",
|
|
4
4
|
"description": "Shared ESLint configuration for bfra.me",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bfra.me",
|
|
@@ -65,16 +65,16 @@
|
|
|
65
65
|
"@eslint/js": "9.25.1",
|
|
66
66
|
"@types/eslint-config-prettier": "6.11.3",
|
|
67
67
|
"@typescript-eslint/types": "8.31.1",
|
|
68
|
-
"@vitest/eslint-plugin": "1.1.
|
|
68
|
+
"@vitest/eslint-plugin": "1.1.44",
|
|
69
69
|
"eslint": "9.25.1",
|
|
70
70
|
"eslint-config-prettier": "10.1.2",
|
|
71
71
|
"eslint-plugin-no-only-tests": "3.3.0",
|
|
72
|
-
"eslint-plugin-node-dependencies": "0.13.
|
|
72
|
+
"eslint-plugin-node-dependencies": "0.13.1",
|
|
73
73
|
"eslint-plugin-prettier": "5.2.6",
|
|
74
74
|
"eslint-typegen": "2.1.0",
|
|
75
75
|
"tsup": "8.4.0",
|
|
76
76
|
"tsx": "4.19.4",
|
|
77
|
-
"@bfra.me/eslint-config": "0.20.
|
|
77
|
+
"@bfra.me/eslint-config": "0.20.5",
|
|
78
78
|
"@bfra.me/tsconfig": "0.9.7",
|
|
79
79
|
"@bfra.me/prettier-config": "0.15.4"
|
|
80
80
|
},
|
package/src/rules.d.ts
CHANGED
|
@@ -4657,7 +4657,7 @@ export interface Rules {
|
|
|
4657
4657
|
*/
|
|
4658
4658
|
'vitest/no-standalone-expect'?: Linter.RuleEntry<VitestNoStandaloneExpect>
|
|
4659
4659
|
/**
|
|
4660
|
-
*
|
|
4660
|
+
* Disallow using the `f` and `x` prefixes in favour of `.only` and `.skip`
|
|
4661
4661
|
* @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/no-test-prefixes.md
|
|
4662
4662
|
*/
|
|
4663
4663
|
'vitest/no-test-prefixes'?: Linter.RuleEntry<[]>
|