@tucchi-/eslint-config 1.0.0 → 1.1.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 +1 -1
- package/package.json +6 -8
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ Modern ESLint config with strict TypeScript and unicorn rules.
|
|
|
19
19
|
## Install
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
npm install -D @tucchi-/eslint-config eslint typescript
|
|
22
|
+
npm install -D @tucchi-/eslint-config eslint typescript typescript-eslint @eslint/js eslint-plugin-unicorn globals
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
## Usage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tucchi-/eslint-config",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Modern ESLint config with TypeScript strict, unicorn, and complexity rules",
|
|
5
5
|
"author": "tucchi-",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,16 +22,14 @@
|
|
|
22
22
|
],
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
|
25
|
-
"url": "https://github.com/
|
|
25
|
+
"url": "https://github.com/TUCCHI1/eslint-config"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
+
"@eslint/js": "^9.0.0",
|
|
28
29
|
"eslint": "^9.0.0",
|
|
29
|
-
"typescript": "^5.0.0"
|
|
30
|
-
},
|
|
31
|
-
"dependencies": {
|
|
32
|
-
"@eslint/js": "^9.39.2",
|
|
33
30
|
"eslint-plugin-unicorn": "^62.0.0",
|
|
34
|
-
"globals": "^17.
|
|
35
|
-
"typescript
|
|
31
|
+
"globals": "^15.0.0 || ^16.0.0 || ^17.0.0",
|
|
32
|
+
"typescript": "^5.0.0",
|
|
33
|
+
"typescript-eslint": "^8.0.0"
|
|
36
34
|
}
|
|
37
35
|
}
|