AndreaPontrandolfo / sheriff

A comprehensive and opinionated Typescript-first ESLint configuration.
https://www.eslint-config-sheriff.dev
MIT License
113 stars 7 forks source link

docs: :memo: adds VSCode instructions for official ESlint > v9.9.0 (#268) #269

Closed sangrepura closed 2 weeks ago

sangrepura commented 2 months ago

ESlint > v9.9.0 includes experimental support for Typescript configuration files using the flag unstable_ts_config. This adds documentation for adding the flag to VSCode.

Fixes #201 Fixes #268

changeset-bot[bot] commented 2 months ago

🦋 Changeset detected

Latest commit: 3ad2f1d12fb80fbd26cf6ee5825bd492b48fbadf

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------------------------- | ----- | | @sherifforg/create-config | Minor |

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

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sheriff ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 13, 2024 0:22am
AndreaPontrandolfo commented 1 month ago

Hey @sangrepura, thanks a lot for the PR!

So, there are a few things missing:

  1. mention this change accordingly in the docs page
  2. remove eslint-ts-patch entirely, especially from https://github.com/AndreaPontrandolfo/sheriff/tree/master/packages/sheriff-create-config
  3. update the manual setup docs accordingly
  4. add the changesets