2.0.0 • Published 2 years ago

@quartz/eslint-config-base v2.0.0

Weekly downloads
69
License
ISC
Repository
github
Last release
2 years ago

Linting

This project contains linting templates for Quartz projects. Currently, it contains:

  • eslint-config-base: Base ESLint config for JavaScript projects
  • eslint-config-react: ESLint config for React projects
  • .editorconfig: EditorConfig for all projects

Updating NPM modules

When you make updates to NPM modules (e.g., eslint-config-base), you will need to update the version of the package, publish it, then update the dependency in projects that use it.

If you're changing eslint-config-base or eslint-config-react, you probably want to do steps 1-3 and include step 4 in your pull request.

  1. Make sure you have an NPM account and it has been added to the @quartz organization. Contact @chriszarate if you would like to be added.

  2. Log in to NPM: npm login

  3. Update the package version:

    cd /path/to/my-package
    npm version [patch|minor|major]
  4. Commit the version change.

  5. Make sure everything is correct! There is no undo!

  6. Publish the new version: npm publish

  7. Update the dependency in projects that use the package, e.g.:

    cd /path/to/my-project-that-uses-my-package
    npm update --save-dev my-package@1.0.1
2.0.0

2 years ago

1.6.7

3 years ago

1.6.6

3 years ago

1.6.5

3 years ago

1.6.4

4 years ago

1.6.3

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.3.0

4 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago