mirror of
https://github.com/SheetJS/sheetjs.git
synced 2026-01-18 14:18:13 +00:00
- added to TS definition and tests - clarified behavior of plaintext files (fixes #641 h/t @dskrvk) - removed old test files
4 lines
42 B
Makefile
4 lines
42 B
Makefile
.PHONY: tslint
|
|
tslint:
|
|
@make -C.. tslint
|