mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
9 lines
173 B
JavaScript
9 lines
173 B
JavaScript
|
module.exports = {
|
||
|
settings: {
|
||
|
'import/extensions': ['.js', '.ts', '.tsx'],
|
||
|
'import/parsers': {
|
||
|
'@typescript-eslint/parser': ['.ts', '.tsx'],
|
||
|
},
|
||
|
},
|
||
|
};
|