Files
cadhub/.vscode/settings.json
Kurt Hutten 4fefee073c Update logo around the website
updated the favicon with a webpack plugin, as will as on the MainLayout
Plus some other tweaks to the main layout while I was there

resolves #107
2020-11-18 07:56:09 +11:00

27 lines
514 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",
"describedby",
"initialise",
"redwoodjs"
]
}