Skip to content

Commit

Permalink
3.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ftzi committed Dec 21, 2023
1 parent acb5cd1 commit f87f1c4
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
Expand Up @@ -3,6 +3,10 @@
> Changes to the `js` flavor are also applied to all the other flavors.
> Changes to the `ts` flavor are also applied to `react` and `react-native` flavors.
## 3.10.5

Fix missing files

## 3.10.4

- Add `prefer-template`.
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-gev",
"version": "3.10.4",
"version": "3.10.5",
"description": "Common ESLint configs for my JS/TS and React/RN projects",
"main": "index.js",
"bin": "bin.js",
Expand All @@ -13,7 +13,8 @@
},
"files": [
"*.js",
"examples/*.js"
"examples/*.js",
"removeFormatter/*.js"
],
"prettier": "prettier-config-gev",
"lint-staged": {
Expand Down

0 comments on commit f87f1c4

Please sign in to comment.