Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-17 | Run ESLint from project root dir where possible | Kevin Locke | |
ESLint 6 loads all plugins/configs/parsers relative to the project root which, by default, is the directory in which ESLint is invoked, as described in [ESLint RFC 2018-simplified-package-loading]. Therefore, ALE should run ESLint from the project root, when possible, so that dependencies will load. This commit does so. [ESLint RFC 2018-simplified-package-loading]: https://github.com/eslint/rfcs/blob/master/designs/2018-simplified-package-loading/README.md Fixes: #2787 Signed-off-by: Kevin Locke <kevin@kevinlocke.name> | |||
2019-06-02 | Use JSON output for eslint and fix tsserver column | Nils Kuhnhenn | |
2019-04-07 | #2132 - Implement feature tests with ale#Has | w0rp | |
2019-04-07 | #2132 - Replace command_chain and chain_with with ale#command#Run | w0rp | |
2018-08-10 | Revert "#1459 Always run ESLint in the directory of the file being checked" | w0rp | |
This reverts commit 634bf73f52c9d533476058a9fe464b93eb90f3d8. | |||
2018-08-09 | #1459 Always run ESLint in the directory of the file being checked | w0rp | |
2017-12-19 | Fix the mscs tests on Windows, and use the improved Simplify for all tests ↵v1.7.0 | w0rp | |
instead. | |||
2017-10-23 | Get all tests to pass on Windows | w0rp | |
2017-08-31 | Fix #895 - Run Node.js scripts with node.exe instead of node on Windows | w0rp | |
2017-07-09 | Make every test set filenames and switch directories in the same way, and ↵ | w0rp | |
fix some missing escaping for the rubocop linter | |||
2017-06-20 | Fix #668 - Support eslint for TypeScript | w0rp | |
2017-05-26 | #576 Run the eslint.js file created by React with node on Windows | w0rp | |
2017-05-25 | Automatically use eslint_d for eslint, when available | w0rp | |
2017-05-20 | Add commands to run ALEFix, and some tests to cover functionality so far. ↵ | w0rp | |
Add a simple autopep8 function. | |||
2017-03-29 | Fix #421 Automatically detect create-react-app paths | w0rp | |