From 211a2a001ecb5feac7124e4a7586f033b5642878 Mon Sep 17 00:00:00 2001 From: Elad Ben-Israel Date: Wed, 17 Jun 2020 15:31:39 +0300 Subject: [PATCH] fix(eslint): File 'tsconfig.json' not found --- lib/eslint.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/eslint.ts b/lib/eslint.ts index 7fde4186982..f5f7ab04dac 100644 --- a/lib/eslint.ts +++ b/lib/eslint.ts @@ -35,7 +35,6 @@ export class Eslint extends Construct { parserOptions: { ecmaVersion: '2018', sourceType: 'module', - project: './tsconfig.json', }, extends: [ 'plugin:import/typescript',