Skip to content

Commit

Permalink
feat: 迁移至 Lerna;新增 @vtils/use (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Sep 10, 2019
1 parent 968fc1d commit e5786c5
Show file tree
Hide file tree
Showing 173 changed files with 7,203 additions and 2,991 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ cache:
- node_modules
install:
- yarn
- yarn bootstrap
script:
- yarn lib:cov
- yarn test
after_success:
- yarn codecov
branches:
Expand Down
24 changes: 24 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"eslint.enable": true,
"eslint.nodePath": "./node_modules",
"eslint.autoFixOnSave": true,
"eslint.packageManager": "yarn",
"eslint.run": "onSave",
"eslint.options": {
"ignorePath": ".gitignore",
"cache": true,
"cacheLocation": "./node_modules/.cache/eslint"
},
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "typescript",
"autoFix": true
},
{
"language": "typescriptreact",
"autoFix": true
}
],
}
Loading

0 comments on commit e5786c5

Please sign in to comment.