Skip to content

Commit 3e7b563

Browse files
committed
Fix the issue about ESLint and TypeScript.
1 parent e670237 commit 3e7b563

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functions/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = {
1717
parserOptions: {
1818
project: ['tsconfig.json'],
1919
sourceType: 'module',
20+
tsconfigRootDir: __dirname,
2021
},
2122
ignorePatterns: [
2223
'/lib/**/*', // Ignore built files.

0 commit comments

Comments
 (0)