5.2.2 • Published 1 year ago
eslint-config-vyce v5.2.2
eslint-config-vyce
Vyce Typescript style guide
How to use
- Install the package
npm install --save-dev eslint-config-vyce
- Add
"extends": ['vyce']
to your.eslintrc.js
How to develop
- Clone the repository
- Run
npm install
to install dependencies - Make changes, create new branch and commit & push
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 run version [patch|minor|major]
to bump the version - Commit and push changes
- Create pull request to master
- Merge PR to master and GitHub Action will build, publish and then tag the commit if successful
5.2.2
1 year ago
5.2.1
1 year ago
5.2.0
1 year ago
5.1.0
2 years ago
5.0.0
2 years ago
4.1.0
2 years ago
4.0.0
2 years ago
3.5.0
2 years ago
3.4.0
2 years ago
3.3.0
2 years ago
3.2.0
2 years ago
3.1.0
2 years ago
3.0.0
2 years ago
2.0.0
2 years ago
1.4.0
2 years ago
1.3.0
2 years ago
1.2.0
2 years ago
1.1.0
2 years ago
1.0.0
2 years ago