Skip to content

Commit 1ab0c59

Browse files
author
devgioele
committed
rm import/resolver settings
1 parent 5e13d8d commit 1ab0c59

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

ts.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ module.exports = {
2626
commonjs: true
2727
},
2828
plugins: ['@typescript-eslint'],
29-
settings: {
30-
'import/resolver': {
31-
node: {
32-
paths: ['./']
33-
}
34-
}
35-
},
3629
rules: {
3730
'@typescript-eslint/no-unused-vars': [
3831
'error',

0 commit comments

Comments
 (0)