neatlint 1.2.1 → 1.2.2
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 +3 -3
package/README.md
CHANGED
|
@@ -63,10 +63,10 @@ You can install it as follows.
|
|
|
63
63
|
|
|
64
64
|
```shell
|
|
65
65
|
// NPM
|
|
66
|
-
npm
|
|
66
|
+
npm add neatlint
|
|
67
67
|
|
|
68
68
|
// PNPM
|
|
69
|
-
pnpm
|
|
69
|
+
pnpm add neatlint
|
|
70
70
|
|
|
71
71
|
// Yarn
|
|
72
72
|
yarn add neatlint
|
|
@@ -75,7 +75,7 @@ yarn add neatlint
|
|
|
75
75
|
bun add neatlint
|
|
76
76
|
|
|
77
77
|
// Deno
|
|
78
|
-
deno
|
|
78
|
+
deno add neatlint
|
|
79
79
|
```
|
|
80
80
|
|
|
81
81
|
## Documentation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "neatlint",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "Strict ESLint presets for modern TypeScript projects.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/keift/neatlint",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"typescript-eslint": "latest"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"prettier": "
|
|
29
|
-
"tsup": "
|
|
28
|
+
"prettier": "latest",
|
|
29
|
+
"tsup": "latest"
|
|
30
30
|
},
|
|
31
31
|
"repository": {
|
|
32
32
|
"type": "git",
|