[ ] ๐ Documentation (updates to the documentation or readme)
[ ] ๐ Bug fix (a non-breaking change that fixes an issue)
[ ] ๐ Enhancement (improving an existing functionality)
[ ] โจ New feature (a non-breaking change that adds functionality)
[x] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
[ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to 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.
๐ 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.