Merge pull request #250 from cristobaldominguez95/master

fix: format all files
This commit is contained in:
Kamil Mysliwiec 2022-10-05 12:35:07 +02:00 committed by GitHub
commit 4409250955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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