Mrm task that adds Prettier
npm install mrm-task-prettier- Creates .prettierrc
- Adds an npm script to run Prettier after tests
- Installs dependencies
```
npx mrm prettier
Now run:
``
npm run format
See Mrm docs for more details.
Indentation, tab or number of spaces. Will be overwritten by options from EditorConfig.
Prettier options, by default will try to infer options from EditorConfig.
Prettier overrides, by default will use overrides for Markdown to improve documentation readability.
Glob pattern to match file that should be formatted, for example */.{ts,tsx}`.
The changelog can be found in CHANGELOG.md.
Everyone is welcome to contribute. Please take a moment to review the contributing guidelines.
Artem Sapegin and contributors.
MIT License, see the included License.md file.