config: update linter config

This commit is contained in:
isra el
2023-05-16 09:51:46 +03:00
parent 6ebe35259f
commit 3a7f7be7c4

View File

@@ -3,6 +3,7 @@ module.exports = {
parserOptions: {
project: 'tsconfig.json',
sourceType: 'module',
tsconfigRootDir: __dirname
},
plugins: ['@typescript-eslint/eslint-plugin'],
extends: [