Skip to content

Commit

Permalink
4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Fantauzzi committed Jan 1, 2024
1 parent 5a43ba6 commit d94e6a3
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 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
## 4.1.0-1

- Add next flavor

Expand Down
5 changes: 0 additions & 5 deletions examples/README.md

This file was deleted.

14 changes: 14 additions & 0 deletions examples/next.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// https://github.com/SrBrahma/eslint-config-gev
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require("@rushstack/eslint-patch/modern-module-resolution")

module.exports = {
root: true,
env: {
es2021: true,
node: true,
},
extends: ["eslint-config-gev/js"],
ignorePatterns: [],
rules: {},
}
File renamed without changes.
File renamed without changes.
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.0",
"version": "4.1.1",
"description": "Curated ESLint configs for TS/JS and React/RN projects",
"main": "index.js",
"bin": "bin.js",
Expand Down

0 comments on commit d94e6a3

Please sign in to comment.