File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 33
33
"noDuplicateJsonKeys" : " error" ,
34
34
"noNodejsModules" : " error"
35
35
},
36
+ "performance" : {
37
+ "noBarrelFile" : " error"
38
+ },
36
39
"security" : {
37
40
"noDangerouslySetInnerHtmlWithChildren" : " error"
38
41
},
147
150
}
148
151
}
149
152
}
153
+ },
154
+ {
155
+ "include" : [
156
+ " static/app/utils/replays/types.tsx" ,
157
+ " static/app/utils/queryClient.tsx" ,
158
+ " static/app/views/performance/traceDetails/styles.tsx" ,
159
+ " static/app/icons/index.tsx" ,
160
+ " static/app/components/tabs/index.tsx" ,
161
+ " static/app/components/sparklines/line.tsx" ,
162
+ " static/app/types/index.tsx" ,
163
+ " tests/js/sentry-test/reactTestingLibrary.tsx" ,
164
+ " tests/js/sentry-test/index.tsx"
165
+ ],
166
+ "linter" : {
167
+ "rules" : {
168
+ "performance" : {
169
+ "noBarrelFile" : " off"
170
+ }
171
+ }
172
+ }
150
173
}
151
174
]
152
175
}
You can’t perform that action at this time.
0 commit comments