doton
Version:
CLI tool to initialize development configurations for Cursor IDE and more
14 lines (13 loc) • 370 B
JSON
{
"typescript.tsdk": "node_modules/typescript/lib",
"editor.formatOnSave": true,
"editor.defaultFormatter": null,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"prettier.embeddedLanguageFormatting": "off",
"prettier.enable": false
}