summaryrefslogtreecommitdiff
path: root/ale_linters/typescript
AgeCommit message (Collapse)Author
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-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-05-26Enable gopls by default with GOPATH detectionw0rp
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
Working directories are now set seperately from the commands so they can later be swapped out when running linters over projects is supported, and also better support filename mapping for running linters on other machines in future.
2021-01-22feat: Add Deno lsp supportMohammed Chelouti
2021-01-22linters/xo: prefer function shorthandCharles B Johnson
2021-01-22xo: inline filetype handlingCharles B Johnson
2021-01-22linters/xo: consolidate xo lintersCharles B Johnson
2020-11-17Look for node packages in .yarn/sdks as wellNathan Herald
2019-10-21Allow the use of StandardX for StandardJS linting and fixing.Ian Campbell
See https://github.com/standard/standardx
2019-10-21Add StandardJS for TypeScript linting and fixing.Ian Campbell
2019-06-04Use correct handler for 'xo' linterNils Kuhnhenn
2019-06-02Use JSON output for eslint and fix tsserver columnNils Kuhnhenn
2019-05-02Add XO as a linter/fixer for TypeScript files (#2453)Alvin Chan
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2019-02-11add project_root_callback for tsserver (#2290)Derek Sifford
* add project_root_callback for tsserver * add tests for tsserver project root * Update test/command_callback/test_javascript_tsserver_command_callback.vader
2018-08-03Fix #1781 - Fix me breaking the tsserver linterw0rp
2018-08-02Simplify the code for most linters and tests with closuresw0rp
2018-07-15Massively reduce the amount of code needed for linter testsw0rp
2018-04-27Close #1521 - Allow the language to be set with simple strings for LSP lintersw0rp
2018-04-09Close #542 - Add an option for disabling running locally installed ↵w0rp
executables by default
2018-03-18#416 Escape the tslint commandw0rp
2017-12-10Fix #1210 - Do not report this file as a temporary file in the quickfix list ↵w0rp
for TSLint
2017-11-13#852 - Capture error codes for TSLintw0rp
2017-11-09Fix #1101 - Ignore no-implicit-dependencies errors until TSLint supports ↵w0rp
checking via stdin properly
2017-09-06Add an option for ignoring the output of TSLint if a file contains a single ↵w0rp
blank line
2017-08-30Merge remote-tracking branch 'jclem/master' into tslint-rulesw0rp
2017-08-20#653 Update tslint to set the filename key for problems in other filesw0rp
2017-08-16Include the ruleName for errors in tslint problemsw0rp
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-07-27#810 - Handle output which is not JSON in many lintersw0rp
2017-07-26#517 Add more code LSP support which makes the tssserver linter behave more ↵w0rp
like the LSP linters
2017-07-21Remove trailing whitespace in tslint.vimJonathan Clem
2017-07-21Use the tslint_rules_option variableJonathan Clem
2017-07-21Add myself to authors for tslint.vimJonathan Clem
2017-07-21Add tslint support for rules directory optionJonathan Clem
2017-07-19Fix #779 - Handle empty output for tslintw0rp
2017-07-02Remove the need for pointless callbacks for LSP lintersw0rp
2017-07-02Support an 'stdio' type for linter defintions, and require a command for LSP ↵w0rp
connections via programs
2017-06-25#684 Handle tslint errors without the severity included, and use character ↵w0rp
instead of position for the columns
2017-06-25Fix #684 - Use the JSON format for tslint, for consistency betwen versions, ↵w0rp
and handling of end line and column numbers
2017-06-20Fix #668 - Support eslint for TypeScriptw0rp
2017-06-18TSLint: distinguish warnings from errors (#663)Pavel Kuropatkin
* TSLint: distinguish warnings from errors * Test for TSlint warning/error distinguishing code added.
2017-06-09Add tsserver supportw0rp
2017-05-27Refactor running of local Node programs with a helper functionw0rp
2017-05-12#549 Temporarily revert shell escaping changes, just for Windowsw0rp
2017-05-08#540 Fix shell escaping pretty much everywherew0rp
2017-04-18Add missing "use global" var for tslint (#484)Shane Smith
* Add missing "use global" var for tslint * Add typescript tslint documentation
2017-04-18Add a function for getting matches, and use it to simplify a lot of codew0rp
2017-04-17Move path functions to their own filew0rp