ttokutake / training-js-tools

Learn the usage of JavaScript tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

training-js-tools

=============

What is this?

To try ESLint and Flow.

Usage

  1. Clone this repository.
  2. Prepare the environment. You are recommended to use asdf for installing node.js.
$ npm install -g yarn
$ cd training-js-tools
$ yarn
$ yarn try src/
  1. Run style check.
$ yarn lint

### If you want to run with fixing
### $ yarn lint-fix
  1. Run type check.
$ yarn flow

About

Learn the usage of JavaScript tools


Languages

Language:JavaScript 100.0%