Skip to content

Commit

Permalink
Disable import/no-namespace in exports test
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis committed Oct 14, 2022
1 parent 9b80819 commit 00694fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/__tests__/exports.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable import/no-namespace */
import * as Index from '..'
import * as Drafts from '../drafts'
import * as Deprecated from '../deprecated'
Expand Down

0 comments on commit 00694fc

Please sign in to comment.