Skip to content

Commit

Permalink
chore: skip unused local vars and import
Browse files Browse the repository at this point in the history
  • Loading branch information
SySagar committed Mar 31, 2024
1 parent c67e7a0 commit d66e258
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"moment": "^2.29.4",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-blurhash": "^0.3.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-elastic-carousel": "^0.11.5",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": true
},
"include": ["src"],
Expand Down

0 comments on commit d66e258

Please sign in to comment.