Skip to content

Commit d2adc25

Browse files
committed
docs: add Example configuration
1 parent df0bf11 commit d2adc25

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ This is an example configuration of a React project using TypeScript and Jest:
5656
],
5757
"files": "*.ts",
5858
"parserOptions": {
59-
"project": "./tsconfig.json",
60-
},
59+
"project": "./tsconfig.json"
60+
}
6161
},
6262
{
6363
"extends": [
@@ -68,7 +68,7 @@ This is an example configuration of a React project using TypeScript and Jest:
6868
"files": "*.tsx",
6969
"parserOptions": {
7070
"project": "./tsconfig.json"
71-
},
71+
}
7272
},
7373
{
7474
"extends": [
@@ -77,7 +77,7 @@ This is an example configuration of a React project using TypeScript and Jest:
7777
"files": "*.test.{ts,tsx}",
7878
"parserOptions": {
7979
"project": "./tsconfig.json"
80-
},
80+
}
8181
},
8282
{
8383
"extends": [
@@ -90,7 +90,7 @@ This is an example configuration of a React project using TypeScript and Jest:
9090
"canonical/yaml"
9191
],
9292
"files": "*.yaml"
93-
},
93+
}
9494
],
9595
"root": true
9696
}

0 commit comments

Comments
 (0)