@yotoplay/eslint
v3.2.1
Published
A versioned ESLint configuration for TypeScript projects at Yoto
Readme
yoto-config-eslint
This project is a shared copy of our eslint configuration, to provide some consistency across repositories and reduce repetition.
Making Changes
- The repository is auto-versioned during CI using
semantic-release. All commits must conform to the conventional-changelog rules. - Create a commit and push!
- The semver will increment for
fix:(patch),feat:(minor),breaking change:(major)
git add -A
git commit -m "fix: add .temp to ignore paths"
git push