Skip to content

Commit ffa6e68

Browse files
committed
update
1 parent 044b13f commit ffa6e68

10 files changed

+18
-8
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"scope": {
3+
"@typescript-eslint/parser": ">=6.5.0"
4+
}
5+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"scope": {
3+
"@typescript-eslint/parser": ">=6.5.0"
4+
}
5+
}

tests/fixtures/parser/ast/i18n-test-requirements.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"@typescript-eslint/parser": ">=5.0.0"
44
},
55
"scope": {
6-
"@typescript-eslint/parser": ">=5.0.0"
6+
"@typescript-eslint/parser": ">=6.5.0"
77
}
88
}

tests/fixtures/parser/ast/ts-event03-requirements.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"@typescript-eslint/parser": ">=5.0.0"
44
},
55
"scope": {
6-
"@typescript-eslint/parser": ">=5.0.0"
6+
"@typescript-eslint/parser": ">=6.5.0"
77
}
88
}

tests/fixtures/parser/ast/ts-let/ts-let01-requirements.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"@typescript-eslint/parser": ">=5.0.0"
44
},
55
"scope": {
6-
"@typescript-eslint/parser": ">=5.0.0"
6+
"@typescript-eslint/parser": ">=6.5.0"
77
}
88
}

tests/fixtures/parser/ast/ts-reactive02-requirements.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"@typescript-eslint/parser": ">=5.0.0"
44
},
55
"scope": {
6-
"@typescript-eslint/parser": ">=5.0.0"
6+
"@typescript-eslint/parser": ">=6.5.0"
77
}
88
}

tests/fixtures/parser/ast/ts-reactive05-requirements.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"@typescript-eslint/parser": ">=5.0.0"
44
},
55
"scope": {
6-
"@typescript-eslint/parser": ">=5.0.0"
6+
"@typescript-eslint/parser": ">=6.5.0"
77
}
88
}

tests/fixtures/parser/ast/ts-store01-requirements.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"@typescript-eslint/parser": ">=5.0.0"
44
},
55
"scope": {
6-
"@typescript-eslint/parser": ">=5.0.0"
6+
"@typescript-eslint/parser": ">=6.5.0"
77
}
88
}

tests/fixtures/parser/ast/ts-store02-requirements.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"@typescript-eslint/parser": ">=5.0.0"
44
},
55
"scope": {
6-
"@typescript-eslint/parser": ">=5.0.0"
6+
"@typescript-eslint/parser": ">=6.5.0"
77
}
88
}

tests/fixtures/parser/ast/ts-store03-requirements.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"@typescript-eslint/parser": ">=5.0.0"
44
},
55
"scope": {
6-
"@typescript-eslint/parser": ">=5.0.0"
6+
"@typescript-eslint/parser": ">=6.5.0"
77
}
88
}

0 commit comments

Comments
 (0)