Skip to content

Commit

Permalink
fix: ts config + eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun99uu committed Dec 16, 2023
1 parent ab60788 commit 5f10bec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions client/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
"plugin:prettier/recommended",
"plugin:storybook/recommended"
],
"plugins": [
"@typescript-eslint",
"prettier"
],
"plugins": ["@typescript-eslint", "prettier"],
"rules": {
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/explicit-module-boundary-types": "warn",
"prettier/prettier": "error",
"react/react-in-jsx-scope": "off"
},
Expand Down
2 changes: 1 addition & 1 deletion client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"strict": false,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
Expand Down

0 comments on commit 5f10bec

Please sign in to comment.