From 354744e881766197209f33fc9a03e9d288d0b868 Mon Sep 17 00:00:00 2001 From: Masaki Hara Date: Fri, 24 Nov 2023 17:41:37 +0900 Subject: [PATCH] Update ts version as well --- .../__tests__/__snapshots__/index.test.js.snap | 2 +- packages/eslint-config-wantedly-typescript/index.js | 2 +- .../__tests__/__snapshots__/index.test.js.snap | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/eslint-config-wantedly-typescript/__tests__/__snapshots__/index.test.js.snap b/packages/eslint-config-wantedly-typescript/__tests__/__snapshots__/index.test.js.snap index 0a15b9a5..9d6488ac 100644 --- a/packages/eslint-config-wantedly-typescript/__tests__/__snapshots__/index.test.js.snap +++ b/packages/eslint-config-wantedly-typescript/__tests__/__snapshots__/index.test.js.snap @@ -954,7 +954,7 @@ Object { "error", ], "use-macros/styled-components": Array [ - "error", + "off", ], "valid-typeof": Array [ "error", diff --git a/packages/eslint-config-wantedly-typescript/index.js b/packages/eslint-config-wantedly-typescript/index.js index 2961687d..a247e70a 100644 --- a/packages/eslint-config-wantedly-typescript/index.js +++ b/packages/eslint-config-wantedly-typescript/index.js @@ -37,7 +37,7 @@ module.exports = { "react-hooks/exhaustive-deps": "warn", // eslint-plugin-use-macros rules - "use-macros/styled-components": "error", + "use-macros/styled-components": "off", // eslint-plugin-wantedly rules "wantedly/graphql-operation-name": ["warn"], diff --git a/packages/eslint-config-wantedly/__tests__/__snapshots__/index.test.js.snap b/packages/eslint-config-wantedly/__tests__/__snapshots__/index.test.js.snap index 6b39ae95..f5bb16f7 100644 --- a/packages/eslint-config-wantedly/__tests__/__snapshots__/index.test.js.snap +++ b/packages/eslint-config-wantedly/__tests__/__snapshots__/index.test.js.snap @@ -884,7 +884,7 @@ Object { "error", ], "use-macros/styled-components": Array [ - "error", + "off", ], "valid-typeof": Array [ "error",