Skip to content

Commit

Permalink
WIP: add .vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
leohxj committed Aug 14, 2019
0 parents commit 2a610c9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"eslint.validate": [
{ "language": "javascript", "autoFix": true },
{ "language": "javascriptreact", "autoFix": true },
{ "language": "typescript", "autoFix": true },
{ "language": "typescriptreact", "autoFix": true }
],
"cSpell.words": [
"mjolnir"
]
}
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "template-monorepo-libs",
"version": "0.0.1",
"description": "template for monorepo which used to build tool/library.",
"main": "index.js",
"repository": "https://github.com/mjolnirjs/template-monorepo-libs.git",
"author": "Leo Hui <[email protected]>",
"license": "MIT"
}

0 comments on commit 2a610c9

Please sign in to comment.