1.0.6 • Published 4 years ago

eslint-config-naturecodevoid v1.0.6

Weekly downloads
1
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 .eslintrc.js.

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

If you want to change options, just edit .eslintrc.js:

// .eslintrc.js
module.exports = {
    extends: "naturecodevoid",
    rules: {
        myRule: "error",
        myRule2: "warn",
    }
};
1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago