1.0.7 • Published 4 years ago

nature-xo-config v1.0.7

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
4 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 .xo-config.js.

  1. Run $ npm install --save-dev nature-xo-config. This should generate the files
  2. If step 1 doesn't work run $ npx nature-xo-config

If you want to change options, just edit .xo-config.js:

// .xo-config.js
module.exports = {
    ...require("nature-xo-config"),
    space: true,
};

See https://github.com/naturecodevoid/nature-prettier-config for info on prettier settings.

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago