Upgrade explicit-module-boundary-types to error
This commit is contained in:
parent
ec8ac1db58
commit
72292c1aa7
1 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,9 @@ const rules = {
|
|||
'react/require-default-props': 'off',
|
||||
|
||||
'jsx-a11y/label-has-associated-control': ['error', { assert: 'either' }],
|
||||
|
||||
// Upgrade from a warning
|
||||
'@typescript-eslint/explicit-module-boundary-types': 'error',
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue