dai0304 / pegmatite

Google Chrome extension that replace PlantUML code blocks into preview images.
Apache License 2.0
121 stars 50 forks source link

[Improvement]add lint #3

Closed wreulicke closed 7 years ago

wreulicke commented 7 years ago

This PR aims to add tool for linting. ESLint is lint tool for JavaScript.

add Lint.

Following files is added due to lint :

module dependency.

Following files is added due to collect dependencies for linting :

usage

If you do not have npm and node, please install npm and node.

lint

you can use a following command for linting.

npm run lint

format

F○cking codes will make you bore. ESlint provides formatting feature. :D you can use a following command for formatting.

npm run format

Any questions? :D

wreulicke commented 7 years ago

I added ci settings.

wreulicke commented 7 years ago

Sorry, I wroted wrong commands in CI settings. Fixed.

:D