@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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. 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 | Description |
48
- |---------|-------------|
49
- | `@create-node-app/eslint-config-ts` | Adds TypeScript support (extends this config) |
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` | Adds Next.js rules (extends the TS config) |
51
+ | `@create-node-app/eslint-config-next` | Adds Next.js rules (extends the TS config) |
52
52
 
53
53
  ---
54
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@create-node-app/eslint-config",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "files": [