mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
🔧 ci: add commit prefix gate for hotfix auto-tag (#12304)
* 🔧 ci: add commit prefix gate for hotfix auto-tag * 🔧 chore: update ESLint suppressions and dependencies - Added new ESLint suppressions for various files to address linting issues, including `no-console` and `object-shorthand`. - Updated ESLint version to 10.0.0 in both root and desktop package.json files. - Adjusted linting scripts for improved performance and consistency. Signed-off-by: Innei <tukon479@gmail.com> * 🔧 chore: add ESLint support for YAML files in package.json - Included ESLint fix command for YAML files (*.yml, *.yaml) in the linting scripts section. - Ensured consistent formatting by adding a newline at the end of the file. This update enhances linting capabilities for YAML configuration files. Signed-off-by: Innei <tukon479@gmail.com> * 🔧 chore: remove ESLint configuration file - Deleted the .eslintrc.js file, which contained custom ESLint rules and overrides. - This change simplifies the project by relying on default ESLint configurations. Signed-off-by: Innei <tukon479@gmail.com> --------- Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
"electron-store": "^8.2.0",
|
||||
"electron-vite": "^4.0.1",
|
||||
"es-toolkit": "^1.43.0",
|
||||
"eslint": "^9.18.0",
|
||||
"eslint": "10.0.0",
|
||||
"execa": "^9.6.1",
|
||||
"fast-glob": "^3.3.3",
|
||||
"fix-path": "^5.0.0",
|
||||
@@ -111,4 +111,4 @@
|
||||
"node-mac-permissions"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user