Skip to content

Commit

Permalink
Makefile: Add check command via eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Mar 14, 2021
1 parent 7b926ae commit 2501a1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ zip-file: $(ZIP)
rm -f build/appindicator-support.zip
zip build/appindicator-support.zip $(ZIP)

check:
eslint $(shell find -name '*.js')

clean:
rm -rf build

0 comments on commit 2501a1e

Please sign in to comment.