Skip to content

Commit

Permalink
ci(react): Update package.json to enable lint check (datahub-project#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitappt committed Mar 8, 2024
1 parent 03a677a commit 6e8a2eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
4 changes: 2 additions & 2 deletions datahub-web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
"generate": "graphql-codegen --config codegen.yml",
"lint": "eslint . --ext .ts,.tsx --quiet && yarn type-check",
"lint-fix": "eslint '*/**/*.{ts,tsx}' --quiet --fix",
"type-check": "tsc --noEmit -p tsconfig.test.json",
"type-watch": "tsc -w --noEmit -p tsconfig.test.json"
"type-check": "tsc --noEmit",
"type-watch": "tsc -w --noEmit"
},
"browserslist": {
"production": [
Expand Down
23 changes: 0 additions & 23 deletions datahub-web-react/tsconfig.test.json

This file was deleted.

0 comments on commit 6e8a2eb

Please sign in to comment.