summaryrefslogtreecommitdiff
path: root/doc/ale-typescript.txt
AgeCommit message (Collapse)Author
2018-11-06Update the instructions for installing the tslint tsserver pluginw0rp
2018-08-08#925 Tell people not to use the tslint linterw0rp
2018-04-09Close #542 - Add an option for disabling running locally installed ↵w0rp
executables by default
2017-11-27Fix typoBenjie Gillam
2017-09-10Fix numerous issues with integration documentation tags and the table of ↵w0rp
contents, and add a script to check for theses issues
2017-09-06Add 'prettier' fixer support to TypeScript, CSS, SCSS and JSON (#910)Peter Renström
* Add prettier fixer support for typescript * Add prettier fixer support for css and scss * Add prettier fixer support for json * Use getbufvar() to get &filetype
2017-09-06Add an option for ignoring the output of TSLint if a file contains a single ↵w0rp
blank line
2017-08-30Fix the tag alignment for the tslint documentationw0rp
2017-08-30Merge remote-tracking branch 'jclem/master' into tslint-rulesw0rp
2017-07-21Document g:ale_typescript_tslint_rules_dirJonathan Clem
2017-07-08Use equal signs for language documentation sectionsw0rp
2017-06-20Fix #668 - Support eslint for TypeScriptw0rp
2017-06-18#659 - Add options for Python fixers, and cut down on duplicated documentationw0rp
2017-06-13Document the tsserver linterw0rp
2017-04-27Add tags for buffer-local variants of each linter optionAdriaan Zonnenberg
2017-04-18Add missing "use global" var for tslint (#484)Shane Smith
* Add missing "use global" var for tslint * Add typescript tslint documentation