2022-05-05 15:19:35 +00:00
|
|
|
{
|
2024-11-19 11:57:32 +00:00
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.fixAll.eslint": "always"
|
|
|
|
},
|
2022-05-05 15:19:35 +00:00
|
|
|
"files.associations": {
|
|
|
|
".commitlintrc": "json",
|
2022-05-05 18:11:43 +00:00
|
|
|
".lintstagedrc": "json"
|
|
|
|
}
|
2022-05-05 15:19:35 +00:00
|
|
|
}
|