Skip to content

Commit

Permalink
test: remove react-app eslint config from test app
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch committed Nov 17, 2023
1 parent b66d5a5 commit ea72c25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions packages/amplify-codegen-e2e-tests/test-apps/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@
"serve": "serve build",
"set-schema": "node scripts/set-schema.js"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable */
import { useEffect } from 'react';
// import and use to avoid tree shaking
import * as models from './models';
Expand Down

0 comments on commit ea72c25

Please sign in to comment.