@lntvow/eslint-config 9.28.2 → 9.28.4

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 +21 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,4 +1,24 @@
1
- # @lntvow/eslint-config
1
+ <div>
2
+ <br>
3
+
4
+ ```
5
+
6
+ ███████╗███████╗██╗ ██╗███╗ ██╗████████╗ ██████╗ ██████╗ ███╗ ██╗███████╗██╗ ██████╗
7
+ ██╔════╝██╔════╝██║ ██║████╗ ██║╚══██╔══╝ ██╔════╝██╔═══██╗████╗ ██║██╔════╝██║██╔════╝
8
+ █████╗ ███████╗██║ ██║██╔██╗ ██║ ██║ ██║ ██║ ██║██╔██╗ ██║█████╗ ██║██║ ███╗
9
+ ██╔══╝ ╚════██║██║ ██║██║╚██╗██║ ██║ ██║ ██║ ██║██║╚██╗██║██╔══╝ ██║██║ ██║
10
+ ███████╗███████║███████╗██║██║ ╚████║ ██║ ╚██████╗╚██████╔╝██║ ╚████║██║ ██║╚██████╔╝
11
+ ╚══════╝╚══════╝╚══════╝╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═════╝
12
+
13
+ ```
14
+
15
+ </div>
16
+
17
+ > Customizable eslint configuration
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/)
2
22
 
3
23
  ## Usage
4
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lntvow/eslint-config",
3
- "version": "9.28.2",
3
+ "version": "9.28.4",
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.0",
35
+ "@lntvow/utils": "^4.2.10",
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.2"
50
+ "@lntvow/eslint-plugin": "^9.28.4"
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.1",
55
+ "@lntvow/eslint-config": "^9.28.3",
56
56
  "@types/estree": "^1.0.8",
57
57
  "@types/node": "^22.15.32",
58
58
  "axios": "^1.10.0",
@@ -78,7 +78,7 @@
78
78
  "ncu": "ncu -u -f @lntvow/* && pnpm install",
79
79
  "commit": "git add . && git-cz && pnpm release -y",
80
80
  "release": "git add . && bumpp package.json packages/*/package.json --all --no-tag --no-print-commits",
81
- "lint:eslint": "eslint --fix --cache --cache-location ./node_modules/.cache/eslintcache",
81
+ "lint:eslint": "eslint --fix --cache",
82
82
  "lint:tsc": "tsc --noEmit",
83
83
  "lint": "run-p lint:eslint lint:tsc",
84
84
  "dev": "tsup --config tsup.dev.config.ts",