Skip to content

Commit

Permalink
fix(eslint): File 'tsconfig.json' not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel committed Jun 17, 2020
1 parent 44d8c52 commit 211a2a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/eslint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export class Eslint extends Construct {
parserOptions: {
ecmaVersion: '2018',
sourceType: 'module',
project: './tsconfig.json',
},
extends: [
'plugin:import/typescript',
Expand Down

0 comments on commit 211a2a0

Please sign in to comment.