Eric Foster 35b96bc934 initial commit | 6 jaren geleden | |
---|---|---|
.. | ||
bin | 6 jaren geleden | |
lib | 6 jaren geleden | |
CHANGELOG.md | 6 jaren geleden | |
LICENSE | 6 jaren geleden | |
README.md | 6 jaren geleden | |
package.json | 6 jaren geleden |
TSLint is an extensible static analysis tool that checks TypeScript code for readability, maintainability, and functionality errors. It is widely supported across modern editors & build systems and can be customized with your own lint rules, configurations, and formatters.
TSLint supports:
tslint:latest
, tslint-react
, etc.) and plugin compositionPlease refer to the full installation & usage documentation on the TSLint website. There, you'll find information about
If we don't have all the rules you're looking for, you can either write your own custom rules or use rules implementations developed by the community. The repos below are a good source of custom rules:
Prerequisites:
node
v7+yarn
v1.0+git clone git@github.com:palantir/tslint.git --config core.autocrlf=input --config core.eol=lf
yarn
yarn compile
yarn test
package.json
and src/linter.ts
CHANGELOG.md
./scripts/generate-changelog.js
(after building it with tsc -p scripts
) to generate the changelog diff. This script expects a Github.com personal access token to exist at ~/github_token.txt
with "repo" permissions.Prepare release <version>
package.json
yarn run publish:local