Skip to content

Commit c4479a1

Browse files
authored
chore: lint ignore tmp folder (#394)
* chore: lint ignore tmp folder * chore: set father's version to ~4.1.x * chore: bump dumi's version to latest and set rc-motion for snpashots
1 parent ba4ba20 commit c4479a1

File tree

6 files changed

+15835
-15122
lines changed

6 files changed

+15835
-15122
lines changed

.dumi/tsconfig.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"extends": "../tsconfig.json",
3+
"include": ["**/*"]
4+
}

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/dist
22
*.yaml
3+
.dumi/tmp

.stylelintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.dumi/tmp

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@
8686
"babel-types": "^6.26.0",
8787
"conventional-changelog-cli": "^2.2.2",
8888
"cz-conventional-changelog": "^3.3.0",
89-
"dumi": "^2.1.13",
89+
"dumi": "^2.2.12",
9090
"eslint": "^8.23.0",
91-
"father": "^4.1.0",
91+
"father": "~4.1.0",
9292
"fetch-jsonp": "^1.2.3",
9393
"gh-pages": "^4.0.0",
9494
"husky": "^8.0.1",
@@ -125,5 +125,8 @@
125125
"commitizen": {
126126
"path": "./node_modules/cz-conventional-changelog"
127127
}
128+
},
129+
"resolutions": {
130+
"rc-motion": "2.6.2"
128131
}
129132
}

0 commit comments

Comments
 (0)