Skip to content

Commit 40473fd

Browse files
committed
we don't need to focus on privateMembers in ESLint class
1 parent 00ba3e9 commit 40473fd

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

designs/2025-bulk-suppressions-api/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,6 @@ class ESLint {
8989
filepath: suppressionsFilePath,
9090
cwd: processedOptions.cwd,
9191
})
92-
93-
privateMembers.set(this, {
94-
options: processedOptions,
95-
linter: /* ... */,
96-
lintResultCache: /* ... */,
97-
configLoader: /* ... */
98-
});
9992
}
10093

10194
async lintFiles(patterns) {

0 commit comments

Comments
 (0)