https://github.com/cuixiaorui/tutorial-eslint-plugin
tutorial eslint plugin
https://github.com/cuixiaorui/tutorial-eslint-plugin
Last synced: 5 months ago
JSON representation
tutorial eslint plugin
- Host: GitHub
- URL: https://github.com/cuixiaorui/tutorial-eslint-plugin
- Owner: cuixiaorui
- License: mit
- Created: 2022-11-05T10:29:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T14:10:32.000Z (about 3 years ago)
- Last Synced: 2025-04-10T03:56:02.901Z (9 months ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tutorial-eslint-plugin
tutorial eslint plugin
## 功能
- 当用户使用 getXXX get开头的函数的时候 如果不返回值的话 那么就会报错
- 可以 fix
- 用户可以自行配置是否 fix