rw-moore / SciLO

GNU General Public License v3.0
0 stars 0 forks source link

add Eslint for coding style #40

Closed haotianzhu closed 5 years ago

haotianzhu commented 5 years ago

My suggestion is that we should use Eslint(javascript lint) to define a set of styling rules. https://eslint.org/

  1. add Eslint to react project
  2. add Eslint test script to azure-pipeline.yml
TianqiCS commented 5 years ago

The eslint is embedded in CreateReactApp which is already set up

haotianzhu commented 5 years ago

@TianqiCS add Eslint test script to azure-pipeline.yml?