Only warning now... Green pipeline?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-02 11:45:41 -04:00
parent 4176b0be51
commit 92d43edd7a
9 changed files with 381 additions and 33 deletions

View File

@@ -9,5 +9,11 @@ module.exports = {
],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
settings: {
'import/parsers': {
'@typescript-eslint/parser': [".ts", ".tsx"],
},
'import/resolver': 'typescript',
},
root: true,
};