@lntvow/eslint-config 9.28.7 → 9.28.8

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 +3 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -16,9 +16,9 @@
16
16
 
17
17
  > Customizable eslint configuration
18
18
 
19
- [![npm version](https://img.shields.io/npm/v/@lntvow/eslint-config.svg?style=flat-square&color=brightgreen)](https://www.npmjs.com/package/@lntvow/eslint-config)
20
- [![package size](https://img.shields.io/npm/unpacked-size/@lntvow/eslint-config?style=flat-square&color=brightgreen)](https://www.npmjs.com/package/@lntvow/eslint-config)
21
- [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-brightgreen?style=flat-square)](https://www.typescriptlang.org/)
19
+ [![npm version](https://img.shields.io/npm/v/@lntvow/eslint-config.svg?style=flat-square&color=brightgreen&logo=npm)](https://www.npmjs.com/package/@lntvow/eslint-config)
20
+ [![package size](https://img.shields.io/npm/unpacked-size/@lntvow/eslint-config?style=flat-square&color=brightgreen&logo=npm)](https://www.npmjs.com/package/@lntvow/eslint-config)
21
+ [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-brightgreen?style=flat-square&logo=typescript)](https://www.typescriptlang.org/)
22
22
 
23
23
  ## Usage
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lntvow/eslint-config",
3
- "version": "9.28.7",
3
+ "version": "9.28.8",
4
4
  "type": "module",
5
5
  "description": "Customizable eslint configuration",
6
6
  "keywords": [
@@ -32,7 +32,7 @@
32
32
  "dependencies": {
33
33
  "@eslint/compat": "^1.2.7",
34
34
  "@eslint/js": "^9.23.0",
35
- "@lntvow/utils": "^4.2.12",
35
+ "@lntvow/utils": "^4.3.0",
36
36
  "@stylistic/eslint-plugin": "^2.10.1",
37
37
  "eslint-config-prettier": "^10.1.1",
38
38
  "eslint-flat-config-utils": "^0.4.0",
@@ -47,12 +47,12 @@
47
47
  "local-pkg": "^0.5.0",
48
48
  "typescript-eslint": "^8.28.0",
49
49
  "vue-eslint-parser": "^9.4.3",
50
- "@lntvow/eslint-plugin": "^9.28.7"
50
+ "@lntvow/eslint-plugin": "^9.28.8"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@commitlint/cli": "^19.8.1",
54
54
  "@commitlint/config-conventional": "^19.8.1",
55
- "@lntvow/eslint-config": "^9.28.6",
55
+ "@lntvow/eslint-config": "^9.28.7",
56
56
  "@types/estree": "^1.0.8",
57
57
  "@types/node": "^22.15.32",
58
58
  "axios": "^1.10.0",