Skip to content

Commit

Permalink
Update eslint setting
Browse files Browse the repository at this point in the history
  • Loading branch information
blivesta committed Jan 9, 2020
1 parent ebe64bc commit c94eb73
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ module.exports = {
extensions: ['.jsx', '.tsx'],
},
],
'import/extensions': [
'error',
'ignorePackages',
{
js: 'never',
jsx: 'never',
ts: 'never',
tsx: 'never',
},
],
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/no-empty-interface': 'off',
'react/jsx-wrap-multilines': 'off',
Expand Down

0 comments on commit c94eb73

Please sign in to comment.