@create-node-app/eslint-config 0.2.1 → 0.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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,11 +44,11 @@ And sets the default environment to `browser`, `commonjs`, `node`, and `es2020`.
|
|
|
44
44
|
|
|
45
45
|
## Related Configs
|
|
46
46
|
|
|
47
|
-
| Package
|
|
48
|
-
|
|
49
|
-
| `@create-node-app/eslint-config-ts`
|
|
47
|
+
| Package | Description |
|
|
48
|
+
| -------------------------------------- | ------------------------------------------------------ |
|
|
49
|
+
| `@create-node-app/eslint-config-ts` | Adds TypeScript support (extends this config) |
|
|
50
50
|
| `@create-node-app/eslint-config-react` | Adds React + React Hooks rules (extends the TS config) |
|
|
51
|
-
| `@create-node-app/eslint-config-next`
|
|
51
|
+
| `@create-node-app/eslint-config-next` | Adds Next.js rules (extends the TS config) |
|
|
52
52
|
|
|
53
53
|
---
|
|
54
54
|
|