Skip to content

Commit

Permalink
Remove xhtmlEntities from typescript plugin (#15823)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Dec 18, 2023
1 parent 4c3cf0c commit 39fd805
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/build/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,12 @@ const pluginFiles = [
),
text: "exports.typescriptVersionIsAtLeast = new Proxy({}, {get: () => true})",
},
{
module: getPackageFile(
"@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js",
),
text: "exports.xhtmlEntities = {};",
},
{
module: getPackageFile(
"@typescript-eslint/typescript-estree/dist/create-program/createProjectService.js",
Expand Down

0 comments on commit 39fd805

Please sign in to comment.