1.2.8 • Published 9 months ago

eslint-config-voys v1.2.8

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

Eslint configuration

Installation in another project

  1. Install package:
npm i -D eslint-config-voys
  1. Add to the eslint config of the consuming project:
{
  "extends": ["voys"],
  // ...rest of your eslint configuration
}

Development

  1. You can test this configuration in a consuming project by cloning this project and installing said local repository into the consuming project:
cd consuming-project
npm link ../eslint-config-voys
  1. Add to the eslint config of the consuming project:
{
  "extends": ["voys"],
  // ...rest of your eslint configuration
}

Publish a new version

Make sure you are logged in, use the spindle user within KeyHub to authenticate:

npm login

Bump the version accordingly and publish it to the NPM registry, make sure to git push the new version as well:

npm version <major | minor | patch>
npm publish
git push

Install the new version within the consuming project:

npm i -D eslint-config-voys@latest
1.2.8

9 months ago

1.2.7

11 months ago

1.2.0

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.1.1

1 year ago

1.1.2

1 year ago

1.0.2

1 year ago

1.1.0

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago