@lightwing/eslint-config 1.0.14 → 1.0.16

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # @lightwing/eslint-config
2
2
 
3
- Most of the rules are extended directly from [@antfu/eslint-config](https://github.com/antfu/eslint-config), adding some extra rules to commonly used projects.
3
+ Most of the rules are extended directly from [@antfu/eslint-config](https://github.com/antfu/eslint-config), adding some extra rules to commonly used projects.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lightwing/eslint-config",
3
3
  "type": "module",
4
- "version": "1.0.14",
4
+ "version": "1.0.16",
5
5
  "description": "Lightwing ESLint config",
6
6
  "author": "Archer Gu (https://github.com/ArcherGu/)",
7
7
  "license": "MIT",
@@ -34,10 +34,10 @@
34
34
  "typescript": ">=4.0.0"
35
35
  },
36
36
  "dependencies": {
37
- "@antfu/eslint-config": "^2.3.1"
37
+ "@antfu/eslint-config": "^2.4.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "eslint": "8.55.0",
41
- "typescript": "5.3.2"
41
+ "typescript": "5.3.3"
42
42
  }
43
43
  }