Closed grixu closed 1 week ago
Latest commit: 6b4f0ed828af049f20e5e3e138acd1f0bfa8944d
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
I've added the resolutions field to the root package.json to allow local linting in this repo, due to its using the ESLint v9 and Prettier v2. The package itself is linted & formatted using itself.
I think you meant ESLint v8, right?
Failed conditions
14.3% Duplication on New Code (required ≤ 3%)
FlatConfig
for a more modern and flexible configuration approach.ecma
,typescript
,nextjs
,playwright
,style
,architecture
) is a factory for ESLint configurations, which can be used individually or together in projects.I've added the
resolutions
field to the rootpackage.json
to allow local linting in this repo, due to its using the ESLint v8 and Prettier v2. The package itself is linted & formatted using itself.