Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ftzi committed Dec 22, 2023
1 parent cb67789 commit 55bb369
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.4

- Change description and repository in package.json

## 1.0.3

- Improve generated comment
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "eslint-config-biome",
"version": "1.0.3",
"description": "Disables all the ESLint rules that have a recommended and equivalent Biome rule",
"version": "1.0.4",
"description": "Disables ESLint rules that have a recommended and equivalent Biome rule",
"main": "index.js",
"scripts": {
"start": "bun --watch run src/index.ts",
"pre-commit": "bun test",
"prepare": "husky install"
},
"repository": "SrBrahma/eslint-config-biome",
"keywords": [
"biome",
"eslint-config",
Expand Down

0 comments on commit 55bb369

Please sign in to comment.