nuxt-ui-pro / saas

A SaaS template made with Nuxt UI Pro.
https://saas-template.nuxt.dev
267 stars 58 forks source link

chore(vscode): remove `eslint.experimental.useFlatConfig` #38

Closed shinGangan closed 4 months ago

shinGangan commented 4 months ago

๐Ÿ”— Linked issue

โ“ Type of change

๐Ÿ“š Description

eslint.experimental.useFlatConfig has been deprecated in vscode-eslint v3.0.5. Flat Config is enabled by default in ESLint v9. So I removed the option.

Note

The .settings.json file itself is left in consideration for user use. If there is a review comment that is unnecessary, please leave a comment as I will delete it.

shinGangan commented 4 months ago

Hi @benjamincanac , this PR has low review priority. Please review when you have a time ๐Ÿ™

benjamincanac commented 4 months ago

You're right, I guess we can remove the file ๐Ÿ˜Š

shinGangan commented 4 months ago

You're right, I guess we can remove the file ๐Ÿ˜Š

Deletion completed. ๐Ÿ™†

benjamincanac commented 4 months ago

Awesome! Thanks :)