File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -96,20 +96,16 @@ rules:
96
96
- error
97
97
- paths :
98
98
- name : " @material-ui/core"
99
- message :
100
- " Use path imports to avoid pulling in unused modules. See:
99
+ message : " Use path imports to avoid pulling in unused modules. See:
101
100
https://material-ui.com/guides/minimizing-bundle-size/"
102
101
- name : " @material-ui/icons"
103
- message :
104
- " Use path imports to avoid pulling in unused modules. See:
102
+ message : " Use path imports to avoid pulling in unused modules. See:
105
103
https://material-ui.com/guides/minimizing-bundle-size/"
106
104
- name : " @material-ui/styles"
107
- message :
108
- " Use path imports to avoid pulling in unused modules. See:
105
+ message : " Use path imports to avoid pulling in unused modules. See:
109
106
https://material-ui.com/guides/minimizing-bundle-size/"
110
107
- name : " @material-ui/core/Avatar"
111
- message :
112
- " You should use the Avatar component provided on
108
+ message : " You should use the Avatar component provided on
113
109
components/Avatar/Avatar"
114
110
no-unused-vars : " off"
115
111
" object-curly-spacing " : " off"
@@ -145,6 +141,10 @@ rules:
145
141
message : " Default React import not allowed" ,
146
142
},
147
143
]
144
+ overrides :
145
+ - files : ["e2e/**/*.[tj]s"]
146
+ rules :
147
+ testing-library/prefer-screen-queries : " off"
148
148
settings :
149
149
react :
150
150
version : detect
You can’t perform that action at this time.
0 commit comments