neatlint 1.2.6 → 1.2.7
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 +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -64,6 +64,11 @@ Strict ESLint presets for modern TypeScript projects.
|
|
|
64
64
|
|
|
65
65
|
You can install it as follows.
|
|
66
66
|
|
|
67
|
+
> [!NOTE]
|
|
68
|
+
> During installation, these packages are installed automatically: `@eslint/js`, `@types/node`, `eslint`, `jiti`, `typescript`, and `typescript-eslint`.
|
|
69
|
+
>
|
|
70
|
+
> Therefore, you do not need to install these packages separately when installing Neatlint. If they are already listed in your project's dependencies, keeping them is unnecessary and they can be safely removed.
|
|
71
|
+
|
|
67
72
|
```shell
|
|
68
73
|
# NPM
|
|
69
74
|
npm add neatlint
|