chore: update lint rule

This commit is contained in:
원더 2021-01-31 12:45:57 +09:00
parent 3c956dba83
commit d1eb3e3bb0

View File

@ -32,6 +32,7 @@ module.exports = {
'react/prop-types': 'off',
'react/react-in-jsx-scope': 'off',
'jsx-a11y/anchor-is-valid': 'off',
'jsx-a11y/no-noninteractive-element-interactions': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-unused-vars': ['warn'],