typescript-eslint 8.46.4-alpha.4 → 8.46.4-alpha.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/dist/index.js +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -19,7 +19,7 @@ require('typescript-eslint').plugin !== require('@typescript-eslint/eslint-plugi
|
|
|
19
19
|
|
|
20
20
|
This is bad because it means that 3rd party configs would be required to use
|
|
21
21
|
`typescript-eslint` or else they would break a user's config if the user either
|
|
22
|
-
used `tseslint.configs.
|
|
22
|
+
used `tseslint.configs.recommended` et al or
|
|
23
23
|
```
|
|
24
24
|
{
|
|
25
25
|
plugins: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typescript-eslint",
|
|
3
|
-
"version": "8.46.4-alpha.
|
|
3
|
+
"version": "8.46.4-alpha.5",
|
|
4
4
|
"description": "Tooling which enables you to use TypeScript with ESLint",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
"typecheck": "yarn run -BT nx typecheck"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@typescript-eslint/eslint-plugin": "8.46.4-alpha.
|
|
54
|
-
"@typescript-eslint/parser": "8.46.4-alpha.
|
|
55
|
-
"@typescript-eslint/typescript-estree": "8.46.4-alpha.
|
|
56
|
-
"@typescript-eslint/utils": "8.46.4-alpha.
|
|
53
|
+
"@typescript-eslint/eslint-plugin": "8.46.4-alpha.5",
|
|
54
|
+
"@typescript-eslint/parser": "8.46.4-alpha.5",
|
|
55
|
+
"@typescript-eslint/typescript-estree": "8.46.4-alpha.5",
|
|
56
|
+
"@typescript-eslint/utils": "8.46.4-alpha.5"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"eslint": "^8.57.0 || ^9.0.0",
|