Skip to content

Commit

Permalink
test new eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrxu committed Sep 29, 2024
1 parent db76d84 commit 16d06da
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 105 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "NODE_ENV=development node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "eslint . --ext .tsx --ext .ts && tsc -b tsconfig.json",
"lint": "eslint . && tsc -b tsconfig.json",
"test": "echo no tests yet",
"codecov": "echo no codecov"
},
Expand Down Expand Up @@ -44,7 +44,7 @@
"autoprefixer": "^10.4.20",
"babel-eslint": "^10.1.0",
"babel-plugin-styled-components": "^1.13.3",
"eslint": "^9.11.1",
"eslint": "^8",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "^8.3.0",
Expand Down
Loading

0 comments on commit 16d06da

Please sign in to comment.