Skip to content

Commit

Permalink
chore: eslintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
FliPPeDround committed Jul 4, 2023
1 parent b9accad commit 5352a2c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
template
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"schedule:weekly",
"group:allNonMajor",
":semanticCommitTypeAll(chore)"
],
"rangeStrategy": "bump",
"labels": ["dependencies"],
"ignoreDeps": ["esbuild", "typescript"]
}
2 changes: 1 addition & 1 deletion src/question/template/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# template

如需添加自己的模板请`templateDate.ts`中添加对应的配置
如需添加自己的模板请在`templateDate.ts`中添加对应的配置

为保证国内拉取模板速度,会优先使用gitee地址,如果没有gitee地址则使用githubfast镜像地址

Expand Down

0 comments on commit 5352a2c

Please sign in to comment.