chore: linting config

This commit is contained in:
Marc Cataford 2020-12-12 19:02:07 -05:00
parent 987a1eaf19
commit 25c5e3c393
2 changed files with 7 additions and 1 deletions

View file

@ -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
View file

@ -0,0 +1,3 @@
{
"semi": false
}