Skip to content
Piotr Gajowniczek edited this page Feb 26, 2019 · 4 revisions

Notes

TSLint project

Update dependencies

yarn install

Run tests for rules

yarn compile:test && yarn test:rules

Execute linter

yarn lint

Resources

AST Explorer TSLint documentation for rule walker

Clone this wiki locally