From 7886c7a825837cd25d2f4e5aebf26cc27ae7af31 Mon Sep 17 00:00:00 2001
From: Michael Kriese <michael.kriese@visualon.de>
Date: Tue, 14 May 2019 13:12:53 +0200
Subject: [PATCH] chore(lint): speed up linting (#3683)

https://github.com/typescript-eslint/typescript-eslint/issues/389
---
 .eslintrc.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.eslintrc.js b/.eslintrc.js
index 9b22e17e9d..8bfe82c0dd 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -10,7 +10,7 @@ module.exports = {
   ],
   parser: '@typescript-eslint/parser',
   parserOptions: {
-    project: './tsconfig.json',
+    // project: './tsconfig.json',
   },
   plugins: ['import', 'promise', '@typescript-eslint'],
   rules: {
-- 
GitLab