@typescript-eslint/eslint-plugin 8.38.1-alpha.0 → 8.38.1-alpha.1
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/configs/eslintrc/all.js +1 -1
- package/dist/configs/eslintrc/disable-type-checked.js +1 -1
- package/dist/configs/eslintrc/recommended-type-checked-only.js +1 -1
- package/dist/configs/eslintrc/recommended-type-checked.js +1 -1
- package/dist/configs/eslintrc/recommended.js +1 -1
- package/dist/configs/eslintrc/strict-type-checked-only.js +1 -1
- package/dist/configs/eslintrc/strict-type-checked.js +1 -1
- package/dist/configs/eslintrc/strict.js +1 -1
- package/dist/configs/eslintrc/stylistic-type-checked-only.js +1 -1
- package/dist/configs/eslintrc/stylistic-type-checked.js +1 -1
- package/dist/configs/eslintrc/stylistic.js +1 -1
- package/dist/configs/flat/all.js +1 -1
- package/dist/configs/flat/disable-type-checked.js +1 -1
- package/dist/configs/flat/recommended-type-checked-only.js +1 -1
- package/dist/configs/flat/recommended-type-checked.js +1 -1
- package/dist/configs/flat/recommended.js +1 -1
- package/dist/configs/flat/strict-type-checked-only.js +1 -1
- package/dist/configs/flat/strict-type-checked.js +1 -1
- package/dist/configs/flat/strict.js +1 -1
- package/dist/configs/flat/stylistic-type-checked-only.js +1 -1
- package/dist/configs/flat/stylistic-type-checked.js +1 -1
- package/dist/configs/flat/stylistic.js +1 -1
- package/package.json +8 -8
@@ -4,7 +4,7 @@
|
|
4
4
|
// SEE https://typescript-eslint.io/users/configs
|
5
5
|
//
|
6
6
|
// For developers working in the typescript-eslint monorepo:
|
7
|
-
// You can regenerate it using `yarn generate
|
7
|
+
// You can regenerate it using `yarn generate-configs`
|
8
8
|
module.exports = {
|
9
9
|
extends: ['./configs/eslintrc/base', './configs/eslintrc/eslint-recommended'],
|
10
10
|
rules: {
|
@@ -4,7 +4,7 @@
|
|
4
4
|
// SEE https://typescript-eslint.io/users/configs
|
5
5
|
//
|
6
6
|
// For developers working in the typescript-eslint monorepo:
|
7
|
-
// You can regenerate it using `yarn generate
|
7
|
+
// You can regenerate it using `yarn generate-configs`
|
8
8
|
module.exports = {
|
9
9
|
parserOptions: { program: null, project: false, projectService: false },
|
10
10
|
rules: {
|
@@ -4,7 +4,7 @@
|
|
4
4
|
// SEE https://typescript-eslint.io/users/configs
|
5
5
|
//
|
6
6
|
// For developers working in the typescript-eslint monorepo:
|
7
|
-
// You can regenerate it using `yarn generate
|
7
|
+
// You can regenerate it using `yarn generate-configs`
|
8
8
|
module.exports = {
|
9
9
|
extends: ['./configs/eslintrc/base', './configs/eslintrc/eslint-recommended'],
|
10
10
|
rules: {
|
@@ -4,7 +4,7 @@
|
|
4
4
|
// SEE https://typescript-eslint.io/users/configs
|
5
5
|
//
|
6
6
|
// For developers working in the typescript-eslint monorepo:
|
7
|
-
// You can regenerate it using `yarn generate
|
7
|
+
// You can regenerate it using `yarn generate-configs`
|
8
8
|
module.exports = {
|
9
9
|
extends: ['./configs/eslintrc/base', './configs/eslintrc/eslint-recommended'],
|
10
10
|
rules: {
|
@@ -4,7 +4,7 @@
|
|
4
4
|
// SEE https://typescript-eslint.io/users/configs
|
5
5
|
//
|
6
6
|
// For developers working in the typescript-eslint monorepo:
|
7
|
-
// You can regenerate it using `yarn generate
|
7
|
+
// You can regenerate it using `yarn generate-configs`
|
8
8
|
module.exports = {
|
9
9
|
extends: ['./configs/eslintrc/base', './configs/eslintrc/eslint-recommended'],
|
10
10
|
rules: {
|
@@ -4,7 +4,7 @@
|
|
4
4
|
// SEE https://typescript-eslint.io/users/configs
|
5
5
|
//
|
6
6
|
// For developers working in the typescript-eslint monorepo:
|
7
|
-
// You can regenerate it using `yarn generate
|
7
|
+
// You can regenerate it using `yarn generate-configs`
|
8
8
|
module.exports = {
|
9
9
|
extends: ['./configs/eslintrc/base', './configs/eslintrc/eslint-recommended'],
|
10
10
|
rules: {
|
@@ -4,7 +4,7 @@
|
|
4
4
|
// SEE https://typescript-eslint.io/users/configs
|
5
5
|
//
|
6
6
|
// For developers working in the typescript-eslint monorepo:
|
7
|
-
// You can regenerate it using `yarn generate
|
7
|
+
// You can regenerate it using `yarn generate-configs`
|
8
8
|
module.exports = {
|
9
9
|
extends: ['./configs/eslintrc/base', './configs/eslintrc/eslint-recommended'],
|
10
10
|
rules: {
|
@@ -4,7 +4,7 @@
|
|
4
4
|
// SEE https://typescript-eslint.io/users/configs
|
5
5
|
//
|
6
6
|
// For developers working in the typescript-eslint monorepo:
|
7
|
-
// You can regenerate it using `yarn generate
|
7
|
+
// You can regenerate it using `yarn generate-configs`
|
8
8
|
module.exports = {
|
9
9
|
extends: ['./configs/eslintrc/base', './configs/eslintrc/eslint-recommended'],
|
10
10
|
rules: {
|
@@ -4,7 +4,7 @@
|
|
4
4
|
// SEE https://typescript-eslint.io/users/configs
|
5
5
|
//
|
6
6
|
// For developers working in the typescript-eslint monorepo:
|
7
|
-
// You can regenerate it using `yarn generate
|
7
|
+
// You can regenerate it using `yarn generate-configs`
|
8
8
|
module.exports = {
|
9
9
|
extends: ['./configs/eslintrc/base', './configs/eslintrc/eslint-recommended'],
|
10
10
|
rules: {
|
@@ -4,7 +4,7 @@
|
|
4
4
|
// SEE https://typescript-eslint.io/users/configs
|
5
5
|
//
|
6
6
|
// For developers working in the typescript-eslint monorepo:
|
7
|
-
// You can regenerate it using `yarn generate
|
7
|
+
// You can regenerate it using `yarn generate-configs`
|
8
8
|
module.exports = {
|
9
9
|
extends: ['./configs/eslintrc/base', './configs/eslintrc/eslint-recommended'],
|
10
10
|
rules: {
|
@@ -4,7 +4,7 @@
|
|
4
4
|
// SEE https://typescript-eslint.io/users/configs
|
5
5
|
//
|
6
6
|
// For developers working in the typescript-eslint monorepo:
|
7
|
-
// You can regenerate it using `yarn generate
|
7
|
+
// You can regenerate it using `yarn generate-configs`
|
8
8
|
module.exports = {
|
9
9
|
extends: ['./configs/eslintrc/base', './configs/eslintrc/eslint-recommended'],
|
10
10
|
rules: {
|
package/dist/configs/flat/all.js
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
// SEE https://typescript-eslint.io/users/configs
|
5
5
|
//
|
6
6
|
// For developers working in the typescript-eslint monorepo:
|
7
|
-
// You can regenerate it using `yarn generate
|
7
|
+
// You can regenerate it using `yarn generate-configs`
|
8
8
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
9
9
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
10
10
|
};
|
@@ -4,7 +4,7 @@
|
|
4
4
|
// SEE https://typescript-eslint.io/users/configs
|
5
5
|
//
|
6
6
|
// For developers working in the typescript-eslint monorepo:
|
7
|
-
// You can regenerate it using `yarn generate
|
7
|
+
// You can regenerate it using `yarn generate-configs`
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
9
9
|
/**
|
10
10
|
* A utility ruleset that will disable type-aware linting and all type-aware rules available in our project.
|
@@ -4,7 +4,7 @@
|
|
4
4
|
// SEE https://typescript-eslint.io/users/configs
|
5
5
|
//
|
6
6
|
// For developers working in the typescript-eslint monorepo:
|
7
|
-
// You can regenerate it using `yarn generate
|
7
|
+
// You can regenerate it using `yarn generate-configs`
|
8
8
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
9
9
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
10
10
|
};
|
@@ -4,7 +4,7 @@
|
|
4
4
|
// SEE https://typescript-eslint.io/users/configs
|
5
5
|
//
|
6
6
|
// For developers working in the typescript-eslint monorepo:
|
7
|
-
// You can regenerate it using `yarn generate
|
7
|
+
// You can regenerate it using `yarn generate-configs`
|
8
8
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
9
9
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
10
10
|
};
|
@@ -4,7 +4,7 @@
|
|
4
4
|
// SEE https://typescript-eslint.io/users/configs
|
5
5
|
//
|
6
6
|
// For developers working in the typescript-eslint monorepo:
|
7
|
-
// You can regenerate it using `yarn generate
|
7
|
+
// You can regenerate it using `yarn generate-configs`
|
8
8
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
9
9
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
10
10
|
};
|
@@ -4,7 +4,7 @@
|
|
4
4
|
// SEE https://typescript-eslint.io/users/configs
|
5
5
|
//
|
6
6
|
// For developers working in the typescript-eslint monorepo:
|
7
|
-
// You can regenerate it using `yarn generate
|
7
|
+
// You can regenerate it using `yarn generate-configs`
|
8
8
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
9
9
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
10
10
|
};
|
@@ -4,7 +4,7 @@
|
|
4
4
|
// SEE https://typescript-eslint.io/users/configs
|
5
5
|
//
|
6
6
|
// For developers working in the typescript-eslint monorepo:
|
7
|
-
// You can regenerate it using `yarn generate
|
7
|
+
// You can regenerate it using `yarn generate-configs`
|
8
8
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
9
9
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
10
10
|
};
|
@@ -4,7 +4,7 @@
|
|
4
4
|
// SEE https://typescript-eslint.io/users/configs
|
5
5
|
//
|
6
6
|
// For developers working in the typescript-eslint monorepo:
|
7
|
-
// You can regenerate it using `yarn generate
|
7
|
+
// You can regenerate it using `yarn generate-configs`
|
8
8
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
9
9
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
10
10
|
};
|
@@ -4,7 +4,7 @@
|
|
4
4
|
// SEE https://typescript-eslint.io/users/configs
|
5
5
|
//
|
6
6
|
// For developers working in the typescript-eslint monorepo:
|
7
|
-
// You can regenerate it using `yarn generate
|
7
|
+
// You can regenerate it using `yarn generate-configs`
|
8
8
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
9
9
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
10
10
|
};
|
@@ -4,7 +4,7 @@
|
|
4
4
|
// SEE https://typescript-eslint.io/users/configs
|
5
5
|
//
|
6
6
|
// For developers working in the typescript-eslint monorepo:
|
7
|
-
// You can regenerate it using `yarn generate
|
7
|
+
// You can regenerate it using `yarn generate-configs`
|
8
8
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
9
9
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
10
10
|
};
|
@@ -4,7 +4,7 @@
|
|
4
4
|
// SEE https://typescript-eslint.io/users/configs
|
5
5
|
//
|
6
6
|
// For developers working in the typescript-eslint monorepo:
|
7
|
-
// You can regenerate it using `yarn generate
|
7
|
+
// You can regenerate it using `yarn generate-configs`
|
8
8
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
9
9
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
10
10
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@typescript-eslint/eslint-plugin",
|
3
|
-
"version": "8.38.1-alpha.
|
3
|
+
"version": "8.38.1-alpha.1",
|
4
4
|
"description": "TypeScript plugin for ESLint",
|
5
5
|
"files": [
|
6
6
|
"dist",
|
@@ -59,10 +59,10 @@
|
|
59
59
|
},
|
60
60
|
"dependencies": {
|
61
61
|
"@eslint-community/regexpp": "^4.10.0",
|
62
|
-
"@typescript-eslint/scope-manager": "8.38.1-alpha.
|
63
|
-
"@typescript-eslint/type-utils": "8.38.1-alpha.
|
64
|
-
"@typescript-eslint/utils": "8.38.1-alpha.
|
65
|
-
"@typescript-eslint/visitor-keys": "8.38.1-alpha.
|
62
|
+
"@typescript-eslint/scope-manager": "8.38.1-alpha.1",
|
63
|
+
"@typescript-eslint/type-utils": "8.38.1-alpha.1",
|
64
|
+
"@typescript-eslint/utils": "8.38.1-alpha.1",
|
65
|
+
"@typescript-eslint/visitor-keys": "8.38.1-alpha.1",
|
66
66
|
"graphemer": "^1.4.0",
|
67
67
|
"ignore": "^7.0.0",
|
68
68
|
"natural-compare": "^1.4.0",
|
@@ -71,8 +71,8 @@
|
|
71
71
|
"devDependencies": {
|
72
72
|
"@types/mdast": "^4.0.3",
|
73
73
|
"@types/natural-compare": "*",
|
74
|
-
"@typescript-eslint/rule-schema-to-typescript-types": "8.38.1-alpha.
|
75
|
-
"@typescript-eslint/rule-tester": "8.38.1-alpha.
|
74
|
+
"@typescript-eslint/rule-schema-to-typescript-types": "8.38.1-alpha.1",
|
75
|
+
"@typescript-eslint/rule-tester": "8.38.1-alpha.1",
|
76
76
|
"@vitest/coverage-v8": "^3.1.3",
|
77
77
|
"ajv": "^6.12.6",
|
78
78
|
"cross-fetch": "*",
|
@@ -92,7 +92,7 @@
|
|
92
92
|
"vitest": "^3.1.3"
|
93
93
|
},
|
94
94
|
"peerDependencies": {
|
95
|
-
"@typescript-eslint/parser": "^8.38.1-alpha.
|
95
|
+
"@typescript-eslint/parser": "^8.38.1-alpha.1",
|
96
96
|
"eslint": "^8.57.0 || ^9.0.0",
|
97
97
|
"typescript": ">=4.8.4 <5.9.0"
|
98
98
|
},
|