Skip to content

Commit 88539f6

Browse files
authored
Change to use eslint v8 in some test cases. (#133)
1 parent db2d945 commit 88539f6

File tree

66 files changed

+84
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+84
-84
lines changed

test/fixtures/ast/end-of-line01/ast.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "Program",
3-
"start": 191,
4-
"end": 204,
3+
"start": 192,
4+
"end": 203,
55
"loc": {
66
"start": {
77
"line": 16,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"eslint": "<8"
2+
"eslint": ">=8"
33
}

test/fixtures/ast/end-of-line02/ast.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "Program",
3-
"start": 8,
4-
"end": 21,
3+
"start": 9,
4+
"end": 20,
55
"loc": {
66
"start": {
77
"line": 2,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"eslint": "<8"
2+
"eslint": ">=8"
33
}

test/fixtures/ast/multiple-scripts-10/ast.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Program",
3-
"start": 8,
3+
"start": 9,
44
"end": 57,
55
"loc": {
66
"start": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"eslint": "<8"
2+
"eslint": ">=8"
33
}

test/fixtures/ast/multiple-scripts-2/ast.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Program",
3-
"start": 8,
3+
"start": 9,
44
"end": 106,
55
"loc": {
66
"start": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"eslint": "<8"
2+
"eslint": ">=8"
33
}

test/fixtures/ast/multiple-scripts-3/ast.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Program",
3-
"start": 8,
3+
"start": 9,
44
"end": 91,
55
"loc": {
66
"start": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"eslint": "<8"
2+
"eslint": ">=8"
33
}

0 commit comments

Comments
 (0)