Skip to content

Commit

Permalink
Update ts version as well
Browse files Browse the repository at this point in the history
  • Loading branch information
qnighy committed Nov 24, 2023
1 parent 0f84e89 commit 354744e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ Object {
"error",
],
"use-macros/styled-components": Array [
"error",
"off",
],
"valid-typeof": Array [
"error",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-wantedly-typescript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ Object {
"error",
],
"use-macros/styled-components": Array [
"error",
"off",
],
"valid-typeof": Array [
"error",
Expand Down

0 comments on commit 354744e

Please sign in to comment.