mirror of
https://github.com/tree-company/linting-config.git
synced 2026-04-20 18:39:34 +02:00
No description
- JavaScript 100%
Bumps [prettier](https://github.com/prettier/prettier) from 3.8.2 to 3.8.3. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.8.2...3.8.3) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.8.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|---|---|---|
| .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
