1.0.11 • Published 5 years ago

nature-prettier-config v1.0.11

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
5 years ago

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.

  1. Run $ npm install --save-dev nature-prettier-config. This should generate the files
  2. 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,
};
1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago