feat: Add 'atas' (minutes/records) management feature, and implement various improvements across UI, backend logic, and authentication.
This commit is contained in:
54
.vscode/settings.json
vendored
54
.vscode/settings.json
vendored
@@ -1,29 +1,29 @@
|
||||
{
|
||||
// "editor.formatOnSave": true,
|
||||
// "editor.defaultFormatter": "biomejs.biome",
|
||||
// "editor.codeActionsOnSave": {
|
||||
// "source.fixAll.biome": "always"
|
||||
// },
|
||||
// "[typescript]": {
|
||||
// "editor.defaultFormatter": "biomejs.biome"
|
||||
// },
|
||||
// "[svelte]": {
|
||||
// "editor.defaultFormatter": "biomejs.biome"
|
||||
// },
|
||||
"eslint.useFlatConfig": true,
|
||||
"eslint.workingDirectories": [
|
||||
{ "pattern": "apps/*" },
|
||||
{ "pattern": "packages/*" }
|
||||
],
|
||||
"eslint.validate": [
|
||||
"javascript",
|
||||
"javascriptreact",
|
||||
"typescript",
|
||||
"typescriptreact",
|
||||
"svelte"
|
||||
],
|
||||
"eslint.options": {
|
||||
"cache": true,
|
||||
"cacheLocation": ".eslintcache"
|
||||
}
|
||||
// "editor.formatOnSave": true,
|
||||
// "editor.defaultFormatter": "biomejs.biome",
|
||||
// "editor.codeActionsOnSave": {
|
||||
// "source.fixAll.biome": "always"
|
||||
// },
|
||||
// "[typescript]": {
|
||||
// "editor.defaultFormatter": "biomejs.biome"
|
||||
// },
|
||||
// "[svelte]": {
|
||||
// "editor.defaultFormatter": "biomejs.biome"
|
||||
// },
|
||||
"eslint.useFlatConfig": true,
|
||||
"eslint.workingDirectories": [
|
||||
{ "pattern": "apps/*" },
|
||||
{ "pattern": "packages/*" }
|
||||
],
|
||||
"eslint.validate": [
|
||||
"javascript",
|
||||
"javascriptreact",
|
||||
"typescript",
|
||||
"typescriptreact",
|
||||
"svelte"
|
||||
],
|
||||
"eslint.options": {
|
||||
"cache": true,
|
||||
"cacheLocation": ".eslintcache"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user