salesforce / eslint-config-lwc

Opinionated ESLint configurations for LWC projects
MIT License
114 stars 35 forks source link

fix: update dependencies, support ESLint v8 #77

Closed nolanlawson closed 2 years ago

nolanlawson commented 2 years ago

The main changes are to devDependencies and the test files, so this shouldn't introduce any breakages.

I did update our devDep on ESLint from 7 to 8, though. But again, all changes are in the test files, so we should be compatible with both ESLint 7 and 8.

nolanlawson commented 2 years ago

Based on the review, it looks like we actually have additional work needed to support ESLint v8.

nolanlawson commented 2 years ago

Related: https://github.com/salesforce/eslint-plugin-lwc/pull/79

nolanlawson commented 2 years ago

OK, this PR should pass once https://github.com/salesforce/eslint-plugin-lwc/pull/79 is merged and published.

nolanlawson commented 2 years ago

This PR is green now!