Skip to content

Commit

Permalink
build: disable lint in test app
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch committed Nov 17, 2023
1 parent 72adfa6 commit b66d5a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable */
import { useEffect } from 'react';
// import and use to avoid tree shaking
import * as models from './models';
Expand Down

0 comments on commit b66d5a5

Please sign in to comment.