1.0.11 • Published 5 years ago
nature-prettier-config v1.0.11
This assumes you have Node.js and npm (bundled with node) and the terminal's working directory is where you want to make
the prettier.config.js
.
- Run
$ npm install --save-dev nature-prettier-config
. This should generate the files - If step 1 doesn't work run
$ npx nature-prettier-config
If you want to change options, just edit prettier.config.js
:
// prettier.config.js
module.exports = {
...require("nature-prettier-config"),
semi: false,
};