sokcuri / TweetDeckPlayer

Web-App Application for Useful and Better Tweet Life
Other
66 stars 21 forks source link

Execute eslint by npm run #47

Closed TintypeMolly closed 8 years ago

TintypeMolly commented 8 years ago

Run npm run eslint to use. To pass arguments, place them after npm run eslint --. For example, if you want to eslint src/ tools/ --fix, run npm run eslint -- --fix.