Skip to content

Commit 8474c7c

Browse files
KittyGiraudelpascalduez
authored andcommitted
Replaced eslint with standard in Makefile
1 parent 2d343a9 commit 8474c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dist:
1414
# ============
1515

1616
lint:
17-
$(BIN)eslint bin/sassdoc index.js src test
17+
$(BIN)standard bin/sassdoc index.js src/**/*.js test/**/*.js
1818

1919
test: test/data/expected.stream.json dist
2020
$(BIN)mocha test/**/*.test.js

0 commit comments

Comments
 (0)