oxlint-tsgolint 0.12.2 → 0.13.0
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 +5 -5
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -107,15 +107,13 @@ We welcome contributions! See [CONTRIBUTING.md](./CONTRIBUTING.md) for:
|
|
|
107
107
|
|
|
108
108
|
## Implemented Rules
|
|
109
109
|
|
|
110
|
-
Implemented
|
|
110
|
+
Implemented 59/61.
|
|
111
111
|
|
|
112
|
-
- [ ] [consistent-type-exports](https://typescript-eslint.io/rules/consistent-type-exports)
|
|
113
112
|
- [ ] [naming-convention](https://typescript-eslint.io/rules/naming-convention)
|
|
114
|
-
- [ ] [no-useless-default-assignment](https://typescript-eslint.io/rules/no-useless-default-assignment)
|
|
115
113
|
- [ ] [prefer-destructuring](https://typescript-eslint.io/rules/prefer-destructuring)
|
|
116
|
-
- [ ] [strict-void-return](https://typescript-eslint.io/rules/strict-void-return)
|
|
117
114
|
- [x] [await-thenable](https://typescript-eslint.io/rules/await-thenable)
|
|
118
115
|
- [x] [consistent-return](https://typescript-eslint.io/rules/consistent-return)
|
|
116
|
+
- [x] [consistent-type-exports](https://typescript-eslint.io/rules/consistent-type-exports)
|
|
119
117
|
- [x] [dot-notation](https://typescript-eslint.io/rules/dot-notation)
|
|
120
118
|
- [x] [no-array-delete](https://typescript-eslint.io/rules/no-array-delete)
|
|
121
119
|
- [x] [no-base-to-string](https://typescript-eslint.io/rules/no-base-to-string)
|
|
@@ -146,6 +144,7 @@ Implemented 56/61.
|
|
|
146
144
|
- [x] [no-unsafe-return](https://typescript-eslint.io/rules/no-unsafe-return)
|
|
147
145
|
- [x] [no-unsafe-type-assertion](https://typescript-eslint.io/rules/no-unsafe-type-assertion)
|
|
148
146
|
- [x] [no-unsafe-unary-minus](https://typescript-eslint.io/rules/no-unsafe-unary-minus)
|
|
147
|
+
- [x] [no-useless-default-assignment](https://typescript-eslint.io/rules/no-useless-default-assignment)
|
|
149
148
|
- [x] [non-nullable-type-assertion-style](https://typescript-eslint.io/rules/non-nullable-type-assertion-style)
|
|
150
149
|
- [x] [only-throw-error](https://typescript-eslint.io/rules/only-throw-error)
|
|
151
150
|
- [x] [prefer-find](https://typescript-eslint.io/rules/prefer-find)
|
|
@@ -153,8 +152,8 @@ Implemented 56/61.
|
|
|
153
152
|
- [x] [prefer-nullish-coalescing](https://typescript-eslint.io/rules/prefer-nullish-coalescing)
|
|
154
153
|
- [x] [prefer-optional-chain](https://typescript-eslint.io/rules/prefer-optional-chain)
|
|
155
154
|
- [x] [prefer-promise-reject-errors](https://typescript-eslint.io/rules/prefer-promise-reject-errors)
|
|
156
|
-
- [x] [prefer-readonly](https://typescript-eslint.io/rules/prefer-readonly)
|
|
157
155
|
- [x] [prefer-readonly-parameter-types](https://typescript-eslint.io/rules/prefer-readonly-parameter-types)
|
|
156
|
+
- [x] [prefer-readonly](https://typescript-eslint.io/rules/prefer-readonly)
|
|
158
157
|
- [x] [prefer-reduce-type-parameter](https://typescript-eslint.io/rules/prefer-reduce-type-parameter)
|
|
159
158
|
- [x] [prefer-regexp-exec](https://typescript-eslint.io/rules/prefer-regexp-exec)
|
|
160
159
|
- [x] [prefer-return-this-type](https://typescript-eslint.io/rules/prefer-return-this-type)
|
|
@@ -167,6 +166,7 @@ Implemented 56/61.
|
|
|
167
166
|
- [x] [restrict-template-expressions](https://typescript-eslint.io/rules/restrict-template-expressions)
|
|
168
167
|
- [x] [return-await](https://typescript-eslint.io/rules/return-await)
|
|
169
168
|
- [x] [strict-boolean-expressions](https://typescript-eslint.io/rules/strict-boolean-expressions)
|
|
169
|
+
- [x] [strict-void-return](https://typescript-eslint.io/rules/strict-void-return)
|
|
170
170
|
- [x] [switch-exhaustiveness-check](https://typescript-eslint.io/rules/switch-exhaustiveness-check)
|
|
171
171
|
- [x] [unbound-method](https://typescript-eslint.io/rules/unbound-method)
|
|
172
172
|
- [x] [use-unknown-in-catch-callback-variable](https://typescript-eslint.io/rules/use-unknown-in-catch-callback-variable)
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "0.13.0",
|
|
3
3
|
"description": "High-performance type-aware TypeScript linter powered by typescript-go, for use with oxlint.",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "auvred <aauvred@gmail.com>",
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"tsgolint": "./bin/tsgolint.js"
|
|
15
15
|
},
|
|
16
16
|
"optionalDependencies": {
|
|
17
|
-
"@oxlint-tsgolint/win32-x64": "0.
|
|
18
|
-
"@oxlint-tsgolint/win32-arm64": "0.
|
|
19
|
-
"@oxlint-tsgolint/linux-x64": "0.
|
|
20
|
-
"@oxlint-tsgolint/linux-arm64": "0.
|
|
21
|
-
"@oxlint-tsgolint/darwin-x64": "0.
|
|
22
|
-
"@oxlint-tsgolint/darwin-arm64": "0.
|
|
17
|
+
"@oxlint-tsgolint/win32-x64": "0.13.0",
|
|
18
|
+
"@oxlint-tsgolint/win32-arm64": "0.13.0",
|
|
19
|
+
"@oxlint-tsgolint/linux-x64": "0.13.0",
|
|
20
|
+
"@oxlint-tsgolint/linux-arm64": "0.13.0",
|
|
21
|
+
"@oxlint-tsgolint/darwin-x64": "0.13.0",
|
|
22
|
+
"@oxlint-tsgolint/darwin-arm64": "0.13.0"
|
|
23
23
|
}
|
|
24
24
|
}
|