Skip to content
This repository has been archived by the owner on May 19, 2019. It is now read-only.

Latest commit

 

History

History
44 lines (30 loc) · 797 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 797 Bytes

README

URL

http://47.254.46.117:4000

Develop Environment

$ nvm --version
0.33.11

$ node -v
v11.1.0

$ npm -v
6.4.1

$ yarn -v
1.12.3

Format

Format the current file:

  • Press command + option + L in WebStorm on macOS.
  • Press Ctrl + Alt + L in WebStorm on Windows.

Use Eslint to check grammar:

# check
./node_modules/.bin/eslint .

# check and fix
./node_modules/.bin/eslint --fix .

Others