Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 263 Bytes

File metadata and controls

13 lines (9 loc) · 263 Bytes

boringdroid.github.io

The boringdorid project's site.

Lint and formatter

We use eslint and pretitter to guard this repository's code and code style. We can run following commands to fix these issues automatically:

npm install
npm run format