Age | Commit message (Collapse) | Author |
|
* Split eslint#GetCdString from eslint#GetCommand
Move the code for finding the project root and building the cd string
into a separate function so that it can be reused in the eslint fixer.
Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
* Run ESLint fixer from project root dir
To match the ESLint linter, as changed in 9ee57d43 (which I forgot to
apply to the fixer, whoops).
Fixes: #3094
Closes: #3095
Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
|
|
|
|
|
|
|
|
instead.
|
|
output is an error message
|
|
|
|
|
|
|
|
--fix-to-stdout for eslint_d
|
|
|
|
not detect node_modules correctly. The `-c` option, however, works fine.
|
|
|
|
filenames for eslint --fix
|
|
|
|
|