Skip to content

Commit

Permalink
test: disable explicit boundary types
Browse files Browse the repository at this point in the history
  • Loading branch information
petermakowski committed Jun 28, 2023
1 parent 707684e commit 3a250da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ module.exports = {
},
],
"@typescript-eslint/consistent-type-imports": 2,
"@typescript-eslint/explicit-module-boundary-types": ["error"],
"import/namespace": "off",
"import/no-named-as-default": 0,
"import/order": [
Expand Down
2 changes: 1 addition & 1 deletion src/app/store/utils/slice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const updateErrors = <
* @param setErrors - A function to update eventErrors.
*/
// Defining the return type here means that all the reducers types get lost.
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types

export const generateCommonReducers = <
S extends CommonStateTypes,
K extends keyof S["items"][0],
Expand Down

0 comments on commit 3a250da

Please sign in to comment.