1.11.0 • Published 3 months ago

eslint-config-outfunnel v1.11.0

Weekly downloads
165
License
MIT
Repository
github
Last release
3 months ago

eslint-config-outfunnel

Outfunnel Javascript style guide

How to use

  1. Install the correct versions of each package, which are listed by the command:
npm info "eslint-config-outfunnel@latest" peerDependencies
  1. Add "extends": ['outfunnel'] to your .eslintrc.js

How to develop

  • Clone the repository
  • Run npm install to install dependencies
  • Make changes and commit

Versioning

Tightening of any checks means breaking change and should be published with major version release. Relaxation of rules and fixing issues are published under minor and patch versions.

  • Major: Breaking changes and/or major ESLint version update
  • Minor: Relaxation of rules or fine-tuning current rules. Also when tightening rules to warn
  • Patch: Fixing of minor oversights

How to publish new version

  • Run npm version [patch|minor|major] -m "Version commit message"
  • Add the version bump commit to the pull request
  • Merge to master and GitHub Action will build, publish and then tag the commit if successful
1.11.0

3 months ago

1.9.0

1 year ago

1.8.2

1 year ago

1.8.5

1 year ago

1.8.4

1 year ago

1.8.3

1 year ago

1.8.1

2 years ago

1.8.0

3 years ago

1.7.2

4 years ago

1.7.1

4 years ago

1.7.0

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

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