feat: invoke fix-json on fix target

This commit is contained in:
Sven SAULEAU
2018-09-10 08:04:20 +02:00
parent e372129d00
commit 802fc2ac80

View File

@@ -49,7 +49,7 @@ flow:
lint:
./node_modules/.bin/eslint scripts $(SOURCES) '*.js' --format=codeframe
fix:
fix: fix-json
./node_modules/.bin/eslint scripts $(SOURCES) '*.js' --format=codeframe --fix
fix-json: