mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 16:08:26 -04:00
19 lines
451 B
JSON
19 lines
451 B
JSON
{
|
|
"editor.insertSpaces": true,
|
|
"editor.rulers": [
|
|
120
|
|
],
|
|
"editor.tabSize": 2,
|
|
"eslint.packageManager": "yarn",
|
|
"files.eol": "\n",
|
|
"files.insertFinalNewline": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"npm.packageManager": "yarn",
|
|
"search.exclude": {
|
|
"**/.next": true,
|
|
"**/node_modules": true
|
|
},
|
|
"typescript.preferences.importModuleSpecifierEnding": "minimal",
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|