Skip to content

Commit 2166ba0

Browse files
authored
fix: fix windows-lint CI job (#24758)
1 parent a4e9642 commit 2166ba0

File tree

13 files changed

+255
-241
lines changed

13 files changed

+255
-241
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ windowsWorkflowFilters: &windows-workflow-filters
6363
when:
6464
or:
6565
- equal: [ develop, << pipeline.git.branch >> ]
66-
- equal: [ 'feature/run-all-specs', << pipeline.git.branch >> ]
66+
- equal: [ 'astone123/fix-windows-lint', << pipeline.git.branch >> ]
6767
- matches:
6868
pattern: "-release$"
6969
value: << pipeline.git.branch >>

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
*.json text eol=lf
44

5+
**/.eslintrc text eol=lf
6+
57
packages/errors/__snapshot-html__/** linguist-generated=true

npm/vue/cypress/component/test-utils-api/TestUtilsApi.vue

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
<script>
77
export default {
88
props: {
9-
msg: String,
9+
msg: {
10+
type: String,
11+
default: '',
12+
},
1013
},
1114
data () {
1215
return {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/tsconfig.json

0 commit comments

Comments
 (0)