0.3.2 • Published 5 years ago

vue-tslint v0.3.2

Weekly downloads
312
License
MIT
Repository
github
Last release
5 years ago

vue-tslint

A cli tool that lint your Vue SFC files with TSLint

install

npm i -D vue-tslint

usage

Please use with TypeScript version > 3.0.0

Usage: vue-tslint [options]

Options:
  -c, --config [config]    TSLint configuration file. Default: project root
  -p, --project [project]  Folder that contain your tsconfig.json file. Default: project root
  --fix                    Fixes linting errors for select rules (this may overwrite linted files).
  -e, --exclude <exclude>  An array of glob patterns to exclude matches
  -g, --gitignore          Respect ignore patterns in .gitignore files that apply to the globbed files
  -v, --version            output the version number
  -h, --help               output usage information

example

vue-tslint -p vue-project -c tslint.json --fix

lisence

MIT

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

6 years ago

0.0.1

6 years ago