oxlint-tsgolint 0.5.0 → 0.5.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/README.md +3 -3
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -104,13 +104,12 @@ We welcome contributions! See [CONTRIBUTING.md](./CONTRIBUTING.md) for:
|
|
|
104
104
|
- How to implement new rules
|
|
105
105
|
- Code style and contribution workflow
|
|
106
106
|
|
|
107
|
-
## Implemented Rules (
|
|
107
|
+
## Implemented Rules (42/59)
|
|
108
108
|
|
|
109
109
|
- [ ] [consistent-return](https://typescript-eslint.io/rules/consistent-return)
|
|
110
110
|
- [ ] [consistent-type-exports](https://typescript-eslint.io/rules/consistent-type-exports)
|
|
111
111
|
- [ ] [dot-notation](https://typescript-eslint.io/rules/dot-notation)
|
|
112
112
|
- [ ] [naming-convention](https://typescript-eslint.io/rules/naming-convention)
|
|
113
|
-
- [ ] [no-deprecated](https://typescript-eslint.io/rules/no-deprecated)
|
|
114
113
|
- [ ] [no-unnecessary-condition](https://typescript-eslint.io/rules/no-unnecessary-condition)
|
|
115
114
|
- [ ] [no-unnecessary-qualifier](https://typescript-eslint.io/rules/no-unnecessary-qualifier)
|
|
116
115
|
- [ ] [no-unnecessary-type-conversion](https://typescript-eslint.io/rules/no-unnecessary-type-conversion)
|
|
@@ -124,11 +123,11 @@ We welcome contributions! See [CONTRIBUTING.md](./CONTRIBUTING.md) for:
|
|
|
124
123
|
- [ ] [prefer-readonly-parameter-types](https://typescript-eslint.io/rules/prefer-readonly-parameter-types)
|
|
125
124
|
- [ ] [prefer-regexp-exec](https://typescript-eslint.io/rules/prefer-regexp-exec)
|
|
126
125
|
- [ ] [prefer-string-starts-ends-with](https://typescript-eslint.io/rules/prefer-string-starts-ends-with)
|
|
127
|
-
- [x] [strict-boolean-expressions](https://typescript-eslint.io/rules/strict-boolean-expressions)
|
|
128
126
|
- [x] [await-thenable](https://typescript-eslint.io/rules/await-thenable)
|
|
129
127
|
- [x] [no-array-delete](https://typescript-eslint.io/rules/no-array-delete)
|
|
130
128
|
- [x] [no-base-to-string](https://typescript-eslint.io/rules/no-base-to-string)
|
|
131
129
|
- [x] [no-confusing-void-expression](https://typescript-eslint.io/rules/no-confusing-void-expression)
|
|
130
|
+
- [x] [no-deprecated](https://typescript-eslint.io/rules/no-deprecated)
|
|
132
131
|
- [x] [no-duplicate-type-constituents](https://typescript-eslint.io/rules/no-duplicate-type-constituents)
|
|
133
132
|
- [x] [no-floating-promises](https://typescript-eslint.io/rules/no-floating-promises)
|
|
134
133
|
- [x] [no-for-in-array](https://typescript-eslint.io/rules/no-for-in-array)
|
|
@@ -152,6 +151,7 @@ We welcome contributions! See [CONTRIBUTING.md](./CONTRIBUTING.md) for:
|
|
|
152
151
|
- [x] [no-unsafe-unary-minus](https://typescript-eslint.io/rules/no-unsafe-unary-minus)
|
|
153
152
|
- [x] [non-nullable-type-assertion-style](https://typescript-eslint.io/rules/non-nullable-type-assertion-style)
|
|
154
153
|
- [x] [only-throw-error](https://typescript-eslint.io/rules/only-throw-error)
|
|
154
|
+
- [x] [strict-boolean-expressions](https://typescript-eslint.io/rules/strict-boolean-expressions)
|
|
155
155
|
- [x] [prefer-promise-reject-errors](https://typescript-eslint.io/rules/prefer-promise-reject-errors)
|
|
156
156
|
- [x] [prefer-reduce-type-parameter](https://typescript-eslint.io/rules/prefer-reduce-type-parameter)
|
|
157
157
|
- [x] [prefer-return-this-type](https://typescript-eslint.io/rules/prefer-return-this-type)
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.5.
|
|
2
|
+
"version": "0.5.1",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"author": "auvred <aauvred@gmail.com>",
|
|
5
5
|
"repository": "github:oxc-project/tsgolint",
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"tsgolint": "./bin/tsgolint.js"
|
|
14
14
|
},
|
|
15
15
|
"optionalDependencies": {
|
|
16
|
-
"@oxlint-tsgolint/win32-x64": "0.5.
|
|
17
|
-
"@oxlint-tsgolint/win32-arm64": "0.5.
|
|
18
|
-
"@oxlint-tsgolint/linux-x64": "0.5.
|
|
19
|
-
"@oxlint-tsgolint/linux-arm64": "0.5.
|
|
20
|
-
"@oxlint-tsgolint/darwin-x64": "0.5.
|
|
21
|
-
"@oxlint-tsgolint/darwin-arm64": "0.5.
|
|
16
|
+
"@oxlint-tsgolint/win32-x64": "0.5.1",
|
|
17
|
+
"@oxlint-tsgolint/win32-arm64": "0.5.1",
|
|
18
|
+
"@oxlint-tsgolint/linux-x64": "0.5.1",
|
|
19
|
+
"@oxlint-tsgolint/linux-arm64": "0.5.1",
|
|
20
|
+
"@oxlint-tsgolint/darwin-x64": "0.5.1",
|
|
21
|
+
"@oxlint-tsgolint/darwin-arm64": "0.5.1"
|
|
22
22
|
}
|
|
23
23
|
}
|