Tony
|
03969f3867
|
refactor: fix lint issue (#18963)
* fix: unicorn/no-empty-file
* fix: unicorn/prefer-node-protocol
* fix: unicorn/prefer-number-properties
* fix: unicorn/consistent-destructuring
* fix: unicorn/no-array-callback-reference
* fix: unicorn/new-for-builtins
* fix: set checkNaN to false in unicorn/prefer-number-properties
* fix: unicorn/prefer-string-slice
* fix: update eslint ignore
|
2025-04-29 03:00:16 +08:00 |
dependabot[bot]
|
8a0efc0ba2
|
chore(deps-dev): bump eslint-plugin-unicorn from 56.0.1 to 57.0.0 (#18392)
* chore(deps-dev): bump eslint-plugin-unicorn from 56.0.1 to 57.0.0
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 56.0.1 to 57.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v56.0.1...v57.0.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: remove unicorn plugin
* style: fix eslint issues
* style: fix more issues
* chore: flat config unicorn
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
|
2025-02-19 05:10:11 +08:00 |
Tony
|
0893debb07
|
style(eslint): lint tsx (#15098)
|
2024-04-04 20:28:45 +08:00 |
DIYgod
|
91e6fe3d1a
|
feat: remove unclean require in core
|
2024-03-02 03:50:42 +08:00 |
DIYgod
|
bdf8ace129
|
feat: typescript utils
|
2024-02-25 01:48:56 +08:00 |