File tree Expand file tree Collapse file tree 2 files changed +1
-25
lines changed
packages/@react-spectrum/overlays/src Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Original file line number Diff line number Diff line change @@ -445,29 +445,6 @@ export default [{
445
445
"jsdoc/require-jsdoc" : OFF ,
446
446
"jsdoc/require-description" : OFF ,
447
447
} ,
448
- } , {
449
- files : [
450
- "packages/**/*.ts" ,
451
- "packages/**/*.tsx"
452
- ] ,
453
-
454
- rules : {
455
- "@typescript-eslint/explicit-module-boundary-types" : ERROR ,
456
- } ,
457
- } , {
458
- files : [
459
- "**/dev/**" ,
460
- "**/test/**" ,
461
- "**/stories/**" ,
462
- "**/docs/**" ,
463
- "**/chromatic/**" ,
464
- "**/chromatic-fc/**" ,
465
- "**/__tests__/**"
466
- ] ,
467
-
468
- rules : {
469
- "@typescript-eslint/explicit-module-boundary-types" : OFF ,
470
- } ,
471
448
} , {
472
449
files : [
473
450
"packages/@react-aria/focus/src/**/*.ts" ,
@@ -504,4 +481,4 @@ export default [{
504
481
rules : {
505
482
"react/react-in-jsx-scope" : OFF ,
506
483
} ,
507
- } ] ;
484
+ } ] ;
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ const OPEN_STATES = {
32
32
*/
33
33
34
34
export function OpenTransition (
35
- // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
36
35
props : any
37
36
) : JSX . Element | ReactElement < any , string | JSXElementConstructor < any > > [ ] {
38
37
// Do not apply any transition if in chromatic.
You can’t perform that action at this time.
0 commit comments