Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
oprylord committed Nov 15, 2023
1 parent d354f3a commit 23ca75a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"main": "backend.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext=.jsx,.js,.tsx,.ts",
"dev": "npx nodemon backend.js",
"start": "node backend.js"

Expand Down
3 changes: 2 additions & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"lint": "eslint --ext=.jsx,.js,.tsx,.ts"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 23ca75a

Please sign in to comment.