summaryrefslogtreecommitdiff
path: root/doc/ale-typescript.txt
AgeCommit message (Collapse)Author
2023-09-16#4454 Clean up more tests and codew0rp
* Remove some tests we no longer need * Delete blocks of redundant code * Compress some tests together to simplify them * Remove a little code for ancient linter versions * Escape more executables we didn't escape before * Rename a deno option that didn't match our conventions
2022-10-29codespell: fix spelling errors picked out by `codespell` (#4343)Ben Boeckel
2022-01-04Add dprint fixer (#4024)Nathan
* Add dprint fixer * Fix windows tests * dd dprint documentation
2021-11-19Add cspell Linter (#3981)David Houston
* Add cspell linter Add cspell linter, with the languages it supports. Signed-off-by: David Houston <houstdav000@gmail.com> * Add cspell Global Variables Documentation Add documentation to /doc/ale.txt with cspell configuration options. Signed-off-by: David Houston <houstdav000@gmail.com> * Add cspell to docs, Minor Cleanup Add cspell for each supported language, adding some spaces and removing others when caught navigating the file. Signed-off-by: David Houston <houstdav000@gmail.com>
2021-10-02feat: add deno lsp for javascript (#3924)Arnold Chand
* feat(js/deno): add deno lsp * fix(doc/typescript): typo * feat(doc/javascript): add deno lsp information * feat(doc/supported-tools): add deno to js list, sorted * fix(doc/javascript): update ToC and supported tools w/ deno
2021-07-25Add importMap option to deno Initialization Options (#3827)Arnold Chand
* feat(deno): move init options to handlers * feat(deno): add deno lsp support for js files * feat(deno): use default map option * feat(docs): add deno import map option * feat(deno): add tests for importMap option * fix(deno): use full path in importMap * feat(deno): remove deno as linter for js, separate PR * fix(deno): test for executable * fix(deno-test): include filename to simplify function
2021-01-23doc: Fix linter issuesMohammed Chelouti
2021-01-22doc: Add documentation for DenoMohammed Chelouti
2021-01-22xo: update docsCharles B Johnson
2019-10-21Add StandardJS for TypeScript linting and fixing.Ian Campbell
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