0
0
Fork 0
salix-front-mindshore-fork2/.vscode/settings.json

24 lines
518 B
JSON
Raw Normal View History

2022-03-24 12:33:14 +00:00
{
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": [
"source.fixAll.eslint"
],
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"vue"
],
2022-03-24 13:12:14 +00:00
"jest.jestCommandLine": "jest",
"json.schemas": [
{
"fileMatch": [
"cypress.json"
],
"url": "https://on.cypress.io/cypress.schema.json"
}
]
2022-03-24 12:33:14 +00:00
}