Skip to content

Commit

Permalink
Fix: remove full file eslint disable. Switch to minimal eslint disable.
Browse files Browse the repository at this point in the history
  • Loading branch information
square-li committed Jul 6, 2022
1 parent 2d5e133 commit 0595b12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/table/global.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* eslint-disable */
// eslint-disable-next-line import/no-extraneous-dependencies
import 'jest-extended';

export declare global {
// eslint-disable-next-line no-var,vars-on-top
var IS_REACT_ACT_ENVIRONMENT: boolean;
}

0 comments on commit 0595b12

Please sign in to comment.