Skip to content

Commit

Permalink
4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Fantauzzi committed Jan 1, 2024
1 parent d94e6a3 commit 4cbfa1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> 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.
## 4.1.0-1
## 4.1.0-2

- Add next flavor

Expand Down
2 changes: 1 addition & 1 deletion examples/next.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
es2021: true,
node: true,
},
extends: ["eslint-config-gev/js"],
extends: ["eslint-config-gev/next"],
ignorePatterns: [],
rules: {},
}
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-gev",
"version": "4.1.1",
"version": "4.1.2",
"description": "Curated ESLint configs for TS/JS and React/RN projects",
"main": "index.js",
"bin": "bin.js",
Expand Down

0 comments on commit 4cbfa1f

Please sign in to comment.