Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
not detect node_modules correctly. The `-c` option, however, works fine.
|
|
|
|
|
|
|
|
prettier-eslint
|
|
|
|
filenames for eslint --fix
|
|
|
|
|
|
Windows
|
|
* Add elm-format as a new fixer
|
|
|
|
'on_save' again
|
|
* 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
|
|
|
|
buffer's basename
|
|
* Detect and use CM files for smlnj
* Split into two checkers
- one for CM projects
- one for single SML files
* Fix some typos
* Fix error caught by writing tests
We want to actually use `glob` to search in paths upwards from us.
(Previously we were just searching in the current directory every time!)
* Fix errors from former test run
* Write tests for GetCmFile and GetExecutableSmlnj
* Typo in 'smlnj/' fixture filenames
|
|
|
|
|
|
filetype changed is on
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
linting is disabled
|
|
* Add clang-format fixer for C/C++
* Document clang-format options
* Refer ale-cpp-clangformat to ale-c-clangformat
|
|
|
|
|
|
* Suppress warning about .eslintignore'd file
* Fix slightly ironic lint error
* Lock error suppression behind a variable; add docs and tests
|
|
errors E924, E925, and E926
|
|
quickfix/loclist items to other buffers
|
|
add phpcbf fixer
|
|
|
|
|
|
|
|
|
|
|