6921f9363d
- Drops DPrint - Drops Biome - Adds ESList Stylistic - Updates ESLint config to new FlatConfig format - Removed the `dprint.dprint` and `biomejs.biome` VSC extentions from the recommendations list - Updates README to reflect all the above changes TODO: Import sorting & minor fixes after `npm run lint:fix`. Curse you, Alex!
18 lines
412 B
Plaintext
18 lines
412 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"window.title": "SPT-AKI Server",
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"eslint.debug": true,
|
|
"eslint.experimental.useFlatConfig": true
|
|
}
|
|
}
|