4.0.0 • Published 6 months ago

eslint-config-oharagroup v4.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
6 months ago

O'Hara Group JS style guide

Usage:

  1. Add this module as a devDependency to your project (`npm install eslint-config-oharagroup --save-dev)
  2. Create .eslintrc.json as follows:
{
    "extends": "oharagroup"
}

Upgrading to new eslint versions:

  1. Apply any rule changes to index.js
  2. Update the eslint version in package.json, and bump the package version
  3. Ensure that this package is registered for linking (cd [this dir] && npm link)
  4. Test by going to a project that uses the shared config and npm link eslint-config-oharagroup
  5. Publish the new version (npm publish)
  6. Unlink the local version in the test project if necessary (npm unlink)
4.0.0

6 months ago

3.11.0

9 months ago

3.12.0

9 months ago

3.10.0

9 months ago

3.9.0

2 years ago

3.8.3

3 years ago

3.8.2

3 years ago

3.8.1

3 years ago

3.8.0

3 years ago

3.7.0

4 years ago

3.6.0

4 years ago

3.5.0

5 years ago

3.4.0

5 years ago

3.3.0

5 years ago

3.2.0

5 years ago

3.1.0

6 years ago

3.0.0

6 years ago

2.4.0

6 years ago

2.3.0

6 years ago

2.2.0

7 years ago

2.1.1

7 years ago

2.0.0

7 years ago

2.1.0

7 years ago

1.1.0

8 years ago

1.0.0

8 years ago