mirror of
https://github.com/tree-company/linting-config.git
synced 2026-06-18 22:42:09 +02:00
No description
- JavaScript 100%
| .github | ||
| eslint-config | ||
| stylelint-config | ||
| .gitignore | ||
| eslint.config.js | ||
| LICENSE | ||
| logo_tree.png | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
@tree-company/linting-config
This repository contains the default linting configs for all Tree company projects. These configs are published as separate packages:
Except for patch versions, all packages are released at the same time, with the same version.
Releasing a new version
If you changed some of the default configs, you can easily publish a new version. We always publish a version of all packges - even if nothing changed.
To create a new release:
- Edit the version in the all the
package.jsonfiles - Create a new tag
- Push your changes to github
