oxlint-tsgolint 0.9.2 → 0.10.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 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -108,7 +108,9 @@ We welcome contributions! See [CONTRIBUTING.md](./CONTRIBUTING.md) for:
|
|
|
108
108
|
- How to implement new rules
|
|
109
109
|
- Code style and contribution workflow
|
|
110
110
|
|
|
111
|
-
## Implemented Rules
|
|
111
|
+
## Implemented Rules
|
|
112
|
+
|
|
113
|
+
Implemented 43/59.
|
|
112
114
|
|
|
113
115
|
- [ ] [consistent-return](https://typescript-eslint.io/rules/consistent-return)
|
|
114
116
|
- [ ] [consistent-type-exports](https://typescript-eslint.io/rules/consistent-type-exports)
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "0.10.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.
|
|
17
|
-
"@oxlint-tsgolint/win32-arm64": "0.
|
|
18
|
-
"@oxlint-tsgolint/linux-x64": "0.
|
|
19
|
-
"@oxlint-tsgolint/linux-arm64": "0.
|
|
20
|
-
"@oxlint-tsgolint/darwin-x64": "0.
|
|
21
|
-
"@oxlint-tsgolint/darwin-arm64": "0.
|
|
16
|
+
"@oxlint-tsgolint/win32-x64": "0.10.1",
|
|
17
|
+
"@oxlint-tsgolint/win32-arm64": "0.10.1",
|
|
18
|
+
"@oxlint-tsgolint/linux-x64": "0.10.1",
|
|
19
|
+
"@oxlint-tsgolint/linux-arm64": "0.10.1",
|
|
20
|
+
"@oxlint-tsgolint/darwin-x64": "0.10.1",
|
|
21
|
+
"@oxlint-tsgolint/darwin-arm64": "0.10.1"
|
|
22
22
|
}
|
|
23
23
|
}
|