NAME
Code::TidyAll::Plugin::TSLint
VERSION
version 0.001
SYNOPSIS
In configuration:
[TSLint]
select = static/**/*.ts
argv = -c $ROOT/.tslintrc --color
DESCRIPTION
Runs tslint, pluggable linting utility for TypeScript.
NAME
Code::TidyAll::Plugin::TSLint - Use tslint with tidyall
VERSION
version 0.001
INSTALLATION
Install npm, then run
npm install tslint
CONFIGURATION
- argv
-
Arguments to pass to tslint. Use
--color
to force color output. - cmd
-
Full path to tslint
CREDITS
Based on https://metacpan.org/release/Code-TidyAll-Plugin-ESLint by MaxMind, Inc. Modified by Shlomi Fish while disclaiming all rights.
AUTHOR
Gregory Oschwald <oschwald@maxmind.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by MaxMind, Inc.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.