UNPKG
create-iamturns-app
Version:
latest (1.0.0)
1.0.0
App generator for my projects
github.com/iamturns/create-iamturns-app
iamturns/create-iamturns-app
create-iamturns-app
/
.vscode
/
settings.json
10 lines
(9 loc)
•
173 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"search.exclude"
:
{
"**/coverage"
:
true
,
"**/dist"
:
true
,
"**/node_modules"
:
true
}
,
"editor.formatOnSave"
:
true
,
"prettier.eslintIntegration"
:
true
}