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",