-
* Baas Backend as a service 后端即服务 Blockchain as a service 区块链即服务
BaaS节点的用途主要是:快速建立自己所需的开发环境,提供基于区块链的搜索查询、交易提交、数据分析等一系列操作服务,这些服务既可以是中心化的,也可以是非中心化的,用来帮助开发者更快地验证自己的概念和模型。BaaS节点的服务性体现在:工具性更强,便于创建、部署、运行…
-
Support a flag to allow reading from stdin then applying fixes and output to sysout.
Sometimes I'm not concerned about the messages from `wsl` and just want it to pass automated MR checks at work 😅
-
Hey, I have this error during my pre commit hook.
```
$ git commit
✔ Preparing lint-staged...
❯ Running tasks for staged files...
❯ packages/frontend/.lintstagedrc.json — 2 files
❯ **/*.…
doliG updated
2 years ago
-
- 使用してもいいOSSかどうかの最終確認
- 提出用のREADMEの作成
- ライセンス周りの整理と実際に書き出しを行う
-
I'm trying to prevent git/vim from opening when there's a lint warning/error.
```
"scripts": {
...
"lint": "av lint",
...
},
"pre-commit": ["lint"],
```
Right now, when r…
-
问题1: Parsing error: "parserOptions.project" has been set for @typescript-eslint/parser.
原因: typescript-eslint parser来源tsconfig.json文件,里面包含includes字段.
解决1:
includes 字段新增目标文件目录 include: ["src", "test…
-
Hi @inodaf ,
thank you for the template!
is any plan to add Husky to the template ?
-
## CVE-2020-28500 - Medium Severity Vulnerability
Vulnerable Library - lodash-4.17.15.tgz
Lodash modular utilities.
Library home page: https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz
Path to …
-
conductor
agent
lint runner
-
Sometimes it's desired to pass an array of globs instead of just one glob to simplify negation, for example. Right now this isn't possible since glob is the object key in the JSON notation and making …