generated from nhcarrigan/template
10 lines
155 B
JSON
10 lines
155 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"eslint.validate": [
|
|
"typescript"
|
|
],
|
|
"prisma.pinToPrisma6": true
|
|
}
|