chore: update dev env
This commit is contained in:
parent
a0affca261
commit
cc8b014af8
2 changed files with 9 additions and 1 deletions
|
@ -30,7 +30,8 @@
|
||||||
"rvest.vs-code-prettier-eslint",
|
"rvest.vs-code-prettier-eslint",
|
||||||
"bierner.markdown-mermaid",
|
"bierner.markdown-mermaid",
|
||||||
"stylelint.vscode-stylelint",
|
"stylelint.vscode-stylelint",
|
||||||
"vivaxy.vscode-conventional-commits"
|
"vivaxy.vscode-conventional-commits",
|
||||||
|
"oderwat.indent-rainbow"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
7
jsconfig.json
Normal file
7
jsconfig.json
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"module": "CommonJS",
|
||||||
|
"target": "ES6"
|
||||||
|
},
|
||||||
|
"exclude": ["node_modules"]
|
||||||
|
}
|
Loading…
Reference in a new issue