mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-19 18:51:05 -05:00
28 lines
653 B
JSON
Executable File
28 lines
653 B
JSON
Executable File
{
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"typescript"
|
|
],
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"[javascript]": {
|
|
"editor.formatOnSave": false,
|
|
},
|
|
"[typescript]": {
|
|
"editor.formatOnSave": false,
|
|
},
|
|
"[json]": {
|
|
"files.insertFinalNewline": true
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"sqltools.connections": [
|
|
{
|
|
"previewLimit": 50,
|
|
"driver": "SQLite",
|
|
"name": "Local SQLite",
|
|
"database": "./config/db/db.sqlite3"
|
|
}
|
|
],
|
|
} |