ES6 syntax homework project
请使用 npm run start
命令启动项目并查看题目
yarn install
If you use npm,
npm install
yarn test
If you use npm,
npm test
yarn test:watch
yarn test:coverage
yarn run lint
If you use npm,
npm run lint
yarn run format
If you use npm,
npm run format
Your committed code will be automatically format and check lint when submit