diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..b9afabe9 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +lint: + @./node_modules/.bin/eslint . +.PHONY: lint |