Skip to content

Commit

Permalink
build(eslint): Fix parsing error
Browse files Browse the repository at this point in the history
  • Loading branch information
ruedap committed May 30, 2020
1 parent 0b93cf4 commit d742816
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ module.exports = {
sourceType: 'module',
ecmaFeatures: {
jsx: true
}
},
project: './tsconfig.json',
tsconfigRootDir: __dirname,
createDefaultProgram: true
},
globals: {
},
Expand Down

0 comments on commit d742816

Please sign in to comment.