mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 17:28:27 -04:00
19 lines
437 B
JSON
19 lines
437 B
JSON
{
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 2,
|
|
"eslint.runtime": "node",
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"markdown",
|
|
"mdx"
|
|
],
|
|
"files.eol": "\n",
|
|
"files.insertFinalNewline": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"typescript.preferences.importModuleSpecifierEnding": "minimal",
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|