forcedotcom / salesforcedx-vscode

Salesforce Extensions for VS Code
https://developer.salesforce.com/tools/vscode
BSD 3-Clause "New" or "Revised" License
939 stars 397 forks source link

Mz/remove eslint #5661

Closed mingxuanzhangsfdx closed 1 week ago

mingxuanzhangsfdx commented 1 week ago

What does this PR do?

Remove ESLint from LWC extension dependency

What issues does this PR fix or reference?

, @W-16103963@

Functionality Before

ESLint is a dependency and v3 of ESLint causes LWC to fail to load in older ver of VS Code. But LWC actually does not depend on ESLint. So we are going to remove it.

Functionality After

ESLint is no longer required for LWC