Skip to content

Commit

Permalink
Update TS linting, enable legacy SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
aviupadhyayula committed Feb 19, 2024
1 parent b0bf4cf commit 9c71b0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"clean": "eslint \"./{pages,components,constants,cypress}/**/*.{js,ts,tsx}\" \"*.{js,ts,tsx}\" --fix",
"test": "tsc --noemit",
"integration": "./test.sh",
"dev": "node server.js",
"dev": "NODE_OPTIONS=--openssl-legacy-provider node server.js",
"build": "env NODE_ENV=production next build",
"start": "env NODE_ENV=production node server.js",
"storybook": "start-storybook -s ./public -p 6006",
Expand All @@ -80,8 +80,8 @@
"@types/react-select": "^4.0.11",
"@types/showdown": "^1.9.3",
"@types/styled-components": "^5.1.1",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"babel-eslint": "^10.0.2",
"babel-plugin-react-remove-properties": "^0.3.0",
"codecov": "^3.6.5",
Expand Down

0 comments on commit 9c71b0a

Please sign in to comment.