https://github.com/minooo/react-finance
dudu
https://github.com/minooo/react-finance
Last synced: over 1 year ago
JSON representation
dudu
- Host: GitHub
- URL: https://github.com/minooo/react-finance
- Owner: minooo
- Created: 2018-01-05T09:35:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T09:39:51.000Z (over 8 years ago)
- Last Synced: 2025-02-10T15:15:46.096Z (over 1 year ago)
- Language: JavaScript
- Size: 510 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#temp4
- 建议使用 vs code
- `npm install`
- 本架构在每次提交时,都会对js文件进行 eslint 检测,如果检测通不过,则无法提交,所以请严格执行,本架构的语法规则。
"pre-commit": [
"fix",
"lint"
],