RetroAchievements / RABot

RetroAchievements.org's Discord Bot
GNU General Public License v3.0
9 stars 6 forks source link

added npm run lint & npm run lintfix scripts #51

Closed zapobyte closed 4 years ago

zapobyte commented 4 years ago

added 2 commands:

npm run lint - to run the linter for all files npm run lintfix - to automate all files fixing most of the issues issues(fixes the spaces/tabs conversion,code alignment etc but will not fix all like unused vars...)
to run the linter for specific files just run eslint filename.