diff --git a/.eslintrc.js b/.eslintrc.js index cb52d7a..c0910c2 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -30,14 +30,9 @@ module.exports = { 'react/prop-types': 'off', 'react/react-in-jsx-scope': 'off', 'jsx-a11y/anchor-is-valid': 'off', + '@typescript-eslint/explicit-function-return-type': 'off', + '@typescript-eslint/explicit-module-boundary-types': 'off', '@typescript-eslint/no-unused-vars': ['warn'], - '@typescript-eslint/explicit-function-return-type': [ - 'warn', - { - allowExpressions: true, - allowConciseArrowFunctionExpressionsStartingWithVoid: true, - }, - ], indent: [ 'error', 'tab'