elanthia-online / illthorn

Electron-based FE
18 stars 10 forks source link

Add fix command, add linting to Travis. #141

Closed jasedit closed 3 years ago

jasedit commented 3 years ago

This attempts to make lint and test stages run in Travis, removing the linting step from the pre-commit hook for speed. This also introduces a fix command which can be invoked as yarn fix that attempts to auto-fix whatever issues it can.