Skip to content

Instantly share code, notes, and snippets.

@heyman333
Last active November 13, 2019 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heyman333/8ebcb6b80632e27228aa9c44ea71cf46 to your computer and use it in GitHub Desktop.
Save heyman333/8ebcb6b80632e27228aa9c44ea71cf46 to your computer and use it in GitHub Desktop.
diff
settings: {
'import/extensions': ['.js', '.jsx', '.ts', '.tsx'],
'import/parsers': {
'@typescript-eslint/parser': ['.ts', '.tsx'],
},
'import/resolver': {
+ 'babel-module': {},
node: {
extensions: ['.js', '.jsx', '.ts', '.tsx', '.native.js'],
},
},
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment