From 89f553951f412f048d8b601607f004f13a4597c7 Mon Sep 17 00:00:00 2001 From: Armano Date: Tue, 21 Feb 2023 01:54:08 +0100 Subject: [PATCH] fix(website-eslint): playground eslint build issue --- packages/website-eslint/rollup.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/website-eslint/rollup.config.js b/packages/website-eslint/rollup.config.js index 825b60cec254..5fde0fd05693 100644 --- a/packages/website-eslint/rollup.config.js +++ b/packages/website-eslint/rollup.config.js @@ -33,9 +33,8 @@ module.exports = { /typescript-estree\/dist\/create-program\/getWatchProgramsForProjects\.js/, /typescript-estree\/dist\/create-program\/createProjectProgram\.js/, /typescript-estree\/dist\/create-program\/createIsolatedProgram\.js/, + /typescript-estree\/dist\/clear-caches\.js/, /utils\/dist\/ts-eslint\/ESLint\.js/, - // 'eslint/lib/shared/ajv.js', - // 'eslint/lib/shared/runtime-info.js', /ajv\/lib\/definition_schema\.js/, /stream/, /os/,