From 38300281e93ed4f18fb7731f169953c233cee6b5 Mon Sep 17 00:00:00 2001 From: Henrique Almeida Date: Sat, 14 Dec 2024 14:37:22 +0100 Subject: [PATCH] 4.8.3 --- js.js | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/js.js b/js.js index 0b248fa..e4ad2ea 100644 --- a/js.js +++ b/js.js @@ -115,6 +115,8 @@ const config = { * https://eslint.org/docs/latest/rules/arrow-body-style */ "arrow-body-style": "warn", + + "import/no-anonymous-default-export": "off", }, } diff --git a/package.json b/package.json index 87f5983..be6225b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-gev", - "version": "4.8.2", + "version": "4.8.3", "description": "Curated ESLint configs for TS, JS, Next, React, and React Native projects", "author": "SrBrahma", "main": "index.js",