🧹 chore(/config/): add tsconfig.json & linting (#2680)

This commit is contained in:
Danny Avila 2024-05-12 16:24:13 -04:00 committed by GitHub
parent bcdddaed72
commit c83d9d61d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 187 additions and 141 deletions

View file

@ -132,6 +132,13 @@ module.exports = {
},
],
},
{
files: './config/translations/**/*.ts',
parser: '@typescript-eslint/parser',
parserOptions: {
project: './config/translations/tsconfig.json',
},
},
{
files: ['./packages/data-provider/specs/**/*.ts'],
parserOptions: {