Skip to content

Commit 9895cc2

Browse files
author
Gonzalo Diaz
committed
Many fixes to upgrade Eslint from 9.x to 10.x
1 parent 76a8df7 commit 9895cc2

3 files changed

Lines changed: 116 additions & 158 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ coverage: test
9595

9696
coverage/html: coverage
9797
@if [ "$$(uname)" = "Darwin" ]; then \
98-
open ./coverage/lcov-report/index.htmll; \
98+
open ./coverage/lcov-report/index.html; \
9999
elif [ "$$(uname | tr '[:upper:]' '[:lower:]')" = "mingw32" ] || [ "$$(uname | tr '[:upper:]' '[:lower:]')" = "mingw64" ] || [ "$$(uname | tr '[:upper:]' '[:lower:]')" = "cygwin" ]; then \
100100
cmd /c start ./coverage/lcov-report/index.htmll; \
101101
else \

0 commit comments

Comments
 (0)