oxlint-tsgolint 0.24.0 → 7.0.2000
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 +8 -0
- package/package.json +11 -8
package/README.md
CHANGED
|
@@ -243,3 +243,11 @@ Implemented 59/61.
|
|
|
243
243
|
[ci-url]: https://github.com/oxc-project/tsgolint/actions/workflows/ci.yml
|
|
244
244
|
[discord-badge]: https://img.shields.io/discord/1079625926024900739?logo=discord&label=Discord
|
|
245
245
|
[discord-url]: https://discord.gg/9uXCAwqQZW
|
|
246
|
+
|
|
247
|
+
# [Sponsored By](https://oxc.rs/sponsor)
|
|
248
|
+
|
|
249
|
+
<p align="center">
|
|
250
|
+
<a href="https://oxc.rs/sponsor">
|
|
251
|
+
<img src="https://raw.githubusercontent.com/oxc-project/sponsors/main/sponsors.svg" alt="Our sponsors" />
|
|
252
|
+
</a>
|
|
253
|
+
</p>
|
package/package.json
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "7.0.2000",
|
|
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>",
|
|
6
|
-
"repository":
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "github:oxc-project/tsgolint"
|
|
9
|
+
},
|
|
7
10
|
"bugs": "https://github.com/oxc-project/tsgolint/issues",
|
|
8
11
|
"homepage": "https://github.com/oxc-project/tsgolint#readme",
|
|
9
12
|
"publishConfig": {
|
|
@@ -14,11 +17,11 @@
|
|
|
14
17
|
"tsgolint": "./bin/tsgolint.js"
|
|
15
18
|
},
|
|
16
19
|
"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.
|
|
20
|
+
"@oxlint-tsgolint/win32-x64": "7.0.2000",
|
|
21
|
+
"@oxlint-tsgolint/win32-arm64": "7.0.2000",
|
|
22
|
+
"@oxlint-tsgolint/linux-x64": "7.0.2000",
|
|
23
|
+
"@oxlint-tsgolint/linux-arm64": "7.0.2000",
|
|
24
|
+
"@oxlint-tsgolint/darwin-x64": "7.0.2000",
|
|
25
|
+
"@oxlint-tsgolint/darwin-arm64": "7.0.2000"
|
|
23
26
|
}
|
|
24
27
|
}
|