@coderwyd/eslint-config 4.8.0 → 4.10.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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![release status](https://github.com/coderwyd/eslint-config/actions/workflows/release.yml/badge.svg)](https://github.com/coderwyd/eslint-config/actions/workflows/release.yml)
4
4
  [![npm](https://img.shields.io/npm/v/@coderwyd/eslint-config.svg)](https://npmjs.org/package/@coderwyd/eslint-config)
5
- [![downloads](https://img.shields.io/npm/dm/@coderwyd/eslint-config.svg)](https://npmjs.org/package/@coderwyd/eslint-config)
5
+ [![downloads](https://img.shields.io/npm/dy/@coderwyd/eslint-config.svg)](https://npmjs.org/package/@coderwyd/eslint-config)
6
6
 
7
7
  ## Feature
8
8
 
@@ -9,13 +9,14 @@ import prompts from "prompts";
9
9
  import { execSync } from "node:child_process";
10
10
 
11
11
  //#region package.json
12
- var version = "4.8.0";
12
+ var version = "4.10.0";
13
13
  var devDependencies = {
14
14
  "@eslint-react/eslint-plugin": "catalog:peer",
15
15
  "@eslint/config-inspector": "catalog:dev",
16
16
  "@types/eslint-config-prettier": "catalog:dev",
17
17
  "@types/node": "catalog:dev",
18
18
  "@types/prompts": "catalog:dev",
19
+ "@typescript/native-preview": "catalog:dev",
19
20
  "@unocss/eslint-plugin": "catalog:peer",
20
21
  "bumpp": "catalog:dev",
21
22
  "eslint": "catalog:peer",