@rslint/core 0.1.3 → 0.1.5
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 +2 -2
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
7
|
-
- ⚡ **Ultra-fast**: 10x faster than ESLint through Go-powered parallel processing
|
|
7
|
+
- ⚡ **Ultra-fast**: 10x+ faster than ESLint through Go-powered parallel processing
|
|
8
8
|
- 🎯 **Typed linting first**: Enables typed linting by default for advanced semantic analysis
|
|
9
|
-
- 🔧 **Easy migration**: Compatible with ESLint and TypeScript-ESLint configurations
|
|
9
|
+
- 🔧 **Easy migration**: Compatible with ESLint and TypeScript-ESLint rule configurations
|
|
10
10
|
- 🏗️ **Project-level analysis**: Performs cross-module analysis for better linting results
|
|
11
11
|
- 📦 **Monorepo support**: First-class support for large-scale TypeScript monorepos
|
|
12
12
|
- 🔋 **Batteries included**: Ships with all TypeScript-ESLint rules out of the box
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rslint/core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": "./dist/index.js",
|
|
6
6
|
"./bin": "./bin/rslint.cjs",
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"typescript": "5.8.3"
|
|
31
31
|
},
|
|
32
32
|
"optionalDependencies": {
|
|
33
|
-
"@rslint/darwin-arm64": "0.1.
|
|
34
|
-
"@rslint/
|
|
35
|
-
"@rslint/
|
|
36
|
-
"@rslint/win32-
|
|
37
|
-
"@rslint/win32-
|
|
38
|
-
"@rslint/linux-x64": "0.1.
|
|
33
|
+
"@rslint/darwin-arm64": "0.1.5",
|
|
34
|
+
"@rslint/linux-arm64": "0.1.5",
|
|
35
|
+
"@rslint/darwin-x64": "0.1.5",
|
|
36
|
+
"@rslint/win32-arm64": "0.1.5",
|
|
37
|
+
"@rslint/win32-x64": "0.1.5",
|
|
38
|
+
"@rslint/linux-x64": "0.1.5"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build:bin": "go build -v -o bin/rslint ../../cmd/rslint",
|