Skip to content

Commit

Permalink
Refactor: Add eslint to server
Browse files Browse the repository at this point in the history
  • Loading branch information
idillon-sfl committed Sep 19, 2023
1 parent e1d9088 commit ff2e323
Show file tree
Hide file tree
Showing 15 changed files with 1,680 additions and 1,312 deletions.
349 changes: 349 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"clean:server": "rm -fr ./server/node_modules && rm -fr ./server/out",
"clean:client": "rm -fr ./client/node_modules && rm -fr ./client/out",
"clean": "npm run clean:server && npm run clean:client && rm -fr node_modules",
"lint": "npm run lint --workspace client"
"lint": "npm run lint --workspaces",
"lint:client": "npm run lint --workspace client",
"lint:server": "npm run lint --workspace server"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
Loading

0 comments on commit ff2e323

Please sign in to comment.