chore: linting config
This commit is contained in:
parent
987a1eaf19
commit
25c5e3c393
2 changed files with 7 additions and 1 deletions
|
@ -6,5 +6,8 @@ module.exports = {
|
|||
"@tophat/eslint-config/jest",
|
||||
"plugin:@typescript-eslint/eslint-recommended",
|
||||
"plugin:@typescript-eslint/recommended"
|
||||
]
|
||||
],
|
||||
settings: {
|
||||
'import/resolver': { node: { extensions: ['.ts'] }}
|
||||
}
|
||||
}
|
||||
|
|
3
.prettierrc
Normal file
3
.prettierrc
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"semi": false
|
||||
}
|
Reference in a new issue