26 lines
495 B
JSON
26 lines
495 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"files.trimTrailingWhitespace": true,
|
|
"editor.formatOnSave": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"[prisma]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"eslint.workingDirectories": [
|
|
"./api",
|
|
"./web/src/components",
|
|
"./web/src/layouts",
|
|
"./web/src/pages",
|
|
"./web/src/index.js",
|
|
"./web/src/Routes.js",
|
|
],
|
|
"cSpell.words": [
|
|
"Initialised",
|
|
"Uploader",
|
|
"initialise",
|
|
"redwoodjs"
|
|
]
|
|
}
|