1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-04-29 16:11:37 +07:00
verdaccio-ui/.vscode/settings.json
2019-12-18 17:54:27 -03:00

10 lines
187 B
JSON

{
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"typescript.tsdk": "node_modules/typescript/lib"
}