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
27 lines
514 B
JSON
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"
|
|
]
|
|
}
|