4 lines
50 B
Makefile
4 lines
50 B
Makefile
|
lint:
|
||
|
@./node_modules/.bin/eslint .
|
||
|
.PHONY: lint
|