forked from palantir/tslint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added support for external formatter module
formatter name can be any resolvable (npm) module name or path as used by require() fixed formatterLoader.ts and ruleLoader.ts CORE folders * made relative to module.filename (instead of implied working directory) * resolves rules and formatters correctly when tslint is used by dependents (grunt-tshint etc) * requires to compile tests to ./build (instead of ./build/test, as module.path is the compiled JS file) added .gitattributes for fixture line-endings
- Loading branch information
Showing
10 changed files
with
266 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.