Skip to content

Commit

Permalink
Change off to error
Browse files Browse the repository at this point in the history
  • Loading branch information
choidabom committed Sep 28, 2024
1 parent 62b41ab commit 32bb4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default [
"@typescript-eslint/interface-name-prefix": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-explicit-any": "error",
},
},
];

0 comments on commit 32bb4fd

Please sign in to comment.