mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
- Allow IDE to determine the best formatter based on settings, not force ESLint formatter (which has issues in v9) - Added Prettier extension to VSCode extensions list. - Updated ESLint settings to include working directories for better integration. - Removed redundant TypeScript formatter settings. - Excluded `.next` directory from search results in VSCode settings. - Minor formatting adjustments in ESLint configuration files for consistency. References: https://github.com/microsoft/vscode-eslint/issues/1826
10 lines
245 B
JSON
10 lines
245 B
JSON
{
|
|
"recommendations": [
|
|
"vunguyentuan.vscode-css-variables",
|
|
"clinyong.vscode-css-modules",
|
|
"streetsidesoftware.code-spell-checker",
|
|
"dbaeumer.vscode-eslint",
|
|
"stylelint.vscode-stylelint",
|
|
"esbenp.prettier-vscode"
|
|
]
|
|
}
|