From 4cbfa1f822361ee2ccc1f2fcb90f372256157041 Mon Sep 17 00:00:00 2001 From: Bruno Fantauzzi Date: Mon, 1 Jan 2024 22:02:25 +0100 Subject: [PATCH] 4.1.2 --- CHANGELOG.md | 2 +- examples/next.eslintrc.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",