diff --git a/CHANGELOG.md b/CHANGELOG.md index a4b90e4..cd639d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/examples/next.eslintrc.js b/examples/next.eslintrc.js index c656531..4c9a284 100644 --- a/examples/next.eslintrc.js +++ b/examples/next.eslintrc.js @@ -8,7 +8,7 @@ module.exports = { es2021: true, node: true, }, - extends: ["eslint-config-gev/js"], + extends: ["eslint-config-gev/next"], ignorePatterns: [], rules: {}, } diff --git a/package.json b/package.json index 26ac34b..984b954 100644 --- a/package.json +++ b/package.json @@ -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",