@lntvow/eslint-config 9.26.4 → 9.26.6

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 +0 -4
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -35,7 +35,3 @@ Since flat config requires us to explicitly provide the plugin names (instead of
35
35
  - Due to the symbolic link feature of `pnpm` conflicting with the functionality of `eslint`, some packages must be hoisted to the root of `node_modules`.
36
36
  - Create a `.npmrc` file in the root directory of the project and write `shamefully-hoist=true`. This command is used to hoist dependencies to the root of `node_modules`, then you can reinstall the dependencies.
37
37
  - Alternatively, you can also choose to manually install `eslint` and other dependencies to the root of `node_modules`.
38
-
39
- ## Todo
40
-
41
- - `.gitignore` 功能异常
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lntvow/eslint-config",
3
- "version": "9.26.4",
3
+ "version": "9.26.6",
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.0.24",
35
+ "@lntvow/utils": "^4.0.25",
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.26.4"
50
+ "@lntvow/eslint-plugin": "^9.26.6"
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.26.0",
55
+ "@lntvow/eslint-config": "^9.26.4",
56
56
  "@types/estree": "^1.0.8",
57
57
  "@types/node": "^22.15.32",
58
58
  "axios": "^1.10.0",