Skip to content

Commit

Permalink
fix: change tsconfig path
Browse files Browse the repository at this point in the history
  • Loading branch information
anantoghosh committed Feb 24, 2021
1 parent 3c9307c commit ac3f38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
files: ['**/*.{ts,tsx}'],
parser: '@typescript-eslint/parser',
parserOptions: {
project: './tsconfig.json',
project: 'tsconfig.json'
},
extends: [
'eslint-config-good-code/rules/eslint-rules',
Expand Down

0 comments on commit ac3f38a

Please sign in to comment.