Skip to content

Commit

Permalink
Merge branch 'main' into issue-242
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfreitas-dev committed Jul 29, 2024
2 parents 4095cbc + a1d9893 commit 61acf56
Show file tree
Hide file tree
Showing 16 changed files with 568 additions and 71 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
"globals": {
"vi": true
}
},
{
"files": ["src/services/*.js"],
"rules": {
"no-console": "off"
}
}
]
}
5 changes: 5 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"login": [
{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6Ijc3OTFkZmMwLWY3YzEtNDAyMy05ZDUxLTFlYTQ3OWQ2ZjgyYiIsIm5hbWUiOiJqb2huZG9lQGV4YW1wbGUuY29tIiwiZW1haWwiOiJqb2huZG9lQGV4YW1wbGUuY29tIiwiZXhwIjoxNzIxODI4MDA3fQ.Agk6Yz2E6TpoqI6mVYeClKx1zOxSsp TyIhtJEvFvG-E"
}
],
"user": [
{
"id": "1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"eslint-plugin-vitest-globals": "1.5.0",
"husky": "^8.0.3",
"jsdom": "^23.2.0",
"json-server": "1.0.0-beta.1",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"reset-css": "^5.0.2",
Expand All @@ -82,8 +83,7 @@
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.0",
"stylelint-scss": "^6.2.1",
"vitest": "^1.6.0",
"json-server": "1.0.0-beta.1"
"vitest": "^1.6.0"
},
"config": {
"commitizen": {
Expand Down
107 changes: 54 additions & 53 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 61acf56

Please sign in to comment.