summaryrefslogtreecommitdiff
path: root/doc/ale-javascript.txt
AgeCommit message (Collapse)Author
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
2020-08-04Use more American Englishw0rp
2019-04-11feat: fecs support for js/html/css lint and formatharttle
`fecs` is a lint tool for HTML/CSS/JavaScript, see http://fecs.baidu.com for more options.
2018-04-15Close #1504 - Add an option for removing --respect-pragma for floww0rp
2018-04-09Close #542 - Add an option for disabling running locally installed ↵w0rp
executables by default
2017-12-05added importjs fixerJeff Willette
- added tests for fixer functions - added docs
2017-11-22#1095 Use --stdin-filepath where available for prettier-eslintw0rp
2017-11-22#1095 - Use --stdin-filepath for prettier, where availablew0rp
2017-11-21Fix #783 - Do not run Flow with home directory configuration files by defaultw0rp
2017-10-28Fix #971 - Add an option for turning errors about missing eslint config ↵w0rp
files off.
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-08-30Fix doc tag alignmentw0rp
2017-08-30Add prettier-eslint legacy optionPavel Pertsev
2017-08-30Fix docs for prettier-eslint verPavel Pertsev
2017-08-29Add support for prettier configuration file. (#886)aliou
* Add support for prettier configuration file. As of version 1.6.0, prettier allows passing a `--config` argument with a path to a configuration file. * Add test prettier configuration file. * Add option to use local prettier configuration. * Add description for new prettier option. * Also check if the config is present before using it.
2017-08-22Suppress warning about .eslintignore'd file (#836)Eric Stern
* Suppress warning about .eslintignore'd file * Fix slightly ironic lint error * Lock error suppression behind a variable; add docs and tests
2017-07-08Use different reporter to support older versions of jscs (#737)Jonathan Boudreau
* Use different reporter to support older versions of jscs * Add test and make more consistent with other code * Add documentation for jscs * Add more test coverage
2017-07-08Use equal signs for language documentation sectionsw0rp
2017-06-29Fix #707 - Fix some duplicate tags, and add some code to check for themw0rp
2017-06-28Add prettier-standard support (#702)Adam Stankiewicz
* Add prettier-standard support * Update ale-javascript.txt Remove a duplicated header line.
2017-06-24Fix #683 Recommend prettier and eslint over prettier-eslintw0rp
2017-06-18#659 - Add options for Python fixers, and cut down on duplicated documentationw0rp
2017-06-08Fix #634 - Document eslint --fix behaviour with nested configuration filesw0rp
2017-05-27Support both prettier and prettier-eslintw0rp
2017-05-27feat(fixer): add Prettier fixer (using Prettier-ESLint CLI) + docstunnckoCore
2017-04-27Add tags for buffer-local variants of each linter optionAdriaan Zonnenberg
2017-03-28#326 Document existing StandardJS optionsw0rp
2017-03-28Move linter documentation into separate filesw0rp