@lntvow/eslint-config 9.26.4 → 9.26.5
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 +0 -4
- package/package.json +2 -2
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.
|
|
3
|
+
"version": "9.26.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Customizable eslint configuration",
|
|
6
6
|
"keywords": [
|
|
@@ -47,7 +47,7 @@
|
|
|
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.
|
|
50
|
+
"@lntvow/eslint-plugin": "^9.26.5"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@commitlint/cli": "^19.8.1",
|