diff --git a/dist/eslint-utils/getParserServices.js b/dist/eslint-utils/getParserServices.js index 3b3020f601ba9cc92fdaf643ee3a8bdc44d1291a..730fccd5838b388b496a8861705e0d9883fc2fcb 100644 --- a/dist/eslint-utils/getParserServices.js +++ b/dist/eslint-utils/getParserServices.js @@ -24,7 +24,7 @@ function getParserServices(context, allowWithoutFullTypeInformation = false) { // this forces the user to supply parserOptions.project if (context.sourceCode.parserServices.program == null && !allowWithoutFullTypeInformation) { - throwError(parser); + // throwError(parser); } return context.sourceCode.parserServices; }