I'm using the configuration for prettier from efmls-config for javascript and it seems to be enough that prettier is installed in node_modules for the formatter to run.
The expected behaviour is that the prettier formatter should not run.
How to reproduce
- have efm configured for javascript with
javascript = { require('efmls-configs.formatters.prettier') }
- create a small badly configured file,
test.js for example
- save the file, it will be formatted