Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(linter): implement func-style rule (#8977)
This feature is primarily used to supplement eslint func-style, the test case passed completely, some of the code has the possibility of optimization, so members need to review my implementation - doc:[https://eslint.org/docs/latest/rules/func-style](https://eslint.org/docs/latest/rules/func-style) - code:[https://github.com/eslint/eslint/blob/main/lib/rules/func-style.js](https://github.com/eslint/eslint/blob/main/lib/rules/func-style.js) - test:[https://github.com/eslint/eslint/blob/main/tests/lib/rules/func-style.js](https://github.com/eslint/eslint/blob/main/tests/lib/rules/func-style.js) --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
- Loading branch information