Skip to content

Commit

Permalink
Use absolute path for keys in 'import/parsers' (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Oct 28, 2021
1 parent 3e4f7ce commit fefaa18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -22,7 +22,7 @@ module.exports = {
}
},
'import/parsers': {
'@typescript-eslint/parser': [
[require.resolve('@typescript-eslint/parser')]: [
'.ts',
'.tsx'
]
Expand Down

0 comments on commit fefaa18

Please sign in to comment.