From f67a63d5b810d2fffef5fcb40689c2b1a063a8ab Mon Sep 17 00:00:00 2001 From: PythonCoderAS <13932583+PythonCoderAS@users.noreply.github.com> Date: Thu, 9 Jun 2022 12:07:55 -0400 Subject: [PATCH] Add another rule --- index.ts | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/index.ts b/index.ts index f821999..f9a7804 100644 --- a/index.ts +++ b/index.ts @@ -6,6 +6,8 @@ const config: BaseConfig = { extends: ["pythoncoderas-typescript", "pythoncoderas"], rules: { "import/extensions": "off", + "no-negated-condition": "off", + }, }; diff --git a/package.json b/package.json index 95c194b..726efb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-pythoncoderas-combo", - "version": "1.0.0", + "version": "1.0.1", "description": "Combo config that I will be using in most of my projects.", "main": "dist/index.js", "types": "dist/index.d.ts",