File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ This is an example configuration of a React project using TypeScript and Jest:
56
56
],
57
57
"files" : " *.ts" ,
58
58
"parserOptions" : {
59
- "project" : " ./tsconfig.json" ,
60
- },
59
+ "project" : " ./tsconfig.json"
60
+ }
61
61
},
62
62
{
63
63
"extends" : [
@@ -68,7 +68,7 @@ This is an example configuration of a React project using TypeScript and Jest:
68
68
"files" : " *.tsx" ,
69
69
"parserOptions" : {
70
70
"project" : " ./tsconfig.json"
71
- },
71
+ }
72
72
},
73
73
{
74
74
"extends" : [
@@ -77,7 +77,7 @@ This is an example configuration of a React project using TypeScript and Jest:
77
77
"files" : " *.test.{ts,tsx}" ,
78
78
"parserOptions" : {
79
79
"project" : " ./tsconfig.json"
80
- },
80
+ }
81
81
},
82
82
{
83
83
"extends" : [
@@ -90,7 +90,7 @@ This is an example configuration of a React project using TypeScript and Jest:
90
90
" canonical/yaml"
91
91
],
92
92
"files" : " *.yaml"
93
- },
93
+ }
94
94
],
95
95
"root" : true
96
96
}
You can’t perform that action at this time.
0 commit comments