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 * 🔧 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>