Skip to content

Commit

Permalink
4.0.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
osmestad committed Nov 12, 2024
1 parent a9eaf52 commit e358ad0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,6 @@ In the package you want to lint: (assuming it is in a sibling folder)
### Updating dependencies:
Normally handled by Renovate, but if you want to do it manually:
`npx npm-check-updates --interactive --format group`

### Publishing
Done locally for now (using `npm publish` and manual git tagging).
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-tidal",
"version": "3.2.0",
"version": "4.0.0",
"description": "ESLint sharable flat config for TIDAL",
"type": "module",
"files": [
Expand Down

0 comments on commit e358ad0

Please sign in to comment.