teable/.vscode/settings.json
2022-12-13 11:03:05 +08:00

12 lines
217 B
JSON

{
"cSpell.words": ["AUTOINCREMENT", "autonumber", "DATETIME", "Localstorage", "teable"],
"eslint.workingDirectories": [
{
"pattern": "./apps/*/"
},
{
"pattern": "./packages/*/"
}
]
}