File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,12 @@ This is an example configuration of a React project using TypeScript and Jest:
46
46
47
47
``` json
48
48
{
49
+ "extends" : [
50
+ " canonical"
51
+ ],
49
52
"overrides" : [
50
53
{
51
54
"extends" : [
52
- " canonical" ,
53
55
" canonical/typescript"
54
56
],
55
57
"files" : " *.ts" ,
@@ -59,7 +61,6 @@ This is an example configuration of a React project using TypeScript and Jest:
59
61
},
60
62
{
61
63
"extends" : [
62
- " canonical" ,
63
64
" canonical/react" ,
64
65
" canonical/jsx-a11y" ,
65
66
" canonical/typescript"
@@ -78,12 +79,6 @@ This is an example configuration of a React project using TypeScript and Jest:
78
79
"project" : " ./tsconfig.json"
79
80
},
80
81
},
81
- {
82
- "extends" : [
83
- " canonical"
84
- ],
85
- "files" : " *.js"
86
- },
87
82
{
88
83
"extends" : [
89
84
" canonical/json"
You can’t perform that action at this time.
0 commit comments