Skip to content

Commit

Permalink
chore: Added eslint and prettier to all packages where it wasn't
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Jan 13, 2024
1 parent 9e9dc3c commit 1f657fd
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 17 deletions.
6 changes: 4 additions & 2 deletions packages/city-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"prettier": "@weatherio/prettier-config",
"dependencies": {
"jsonfile": "^6.1.0",
"typescript": "^5.3.3",
"yauzl": "^2.10.0",
"zod": "^3.22.4"
},
Expand All @@ -34,6 +33,9 @@
"@types/yauzl": "^2.10.3",
"@weatherio/eslint-config": "workspace:^0.2.0",
"@weatherio/prettier-config": "workspace:^0.1.0",
"@weatherio/tsconfig": "workspace:^0.1.0"
"@weatherio/tsconfig": "workspace:^0.1.0",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
}
}
8 changes: 5 additions & 3 deletions packages/e2e-web-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@
"prettier": "@weatherio/prettier-config",
"dependencies": {
"@weatherio/web": "workspace:*",
"start-server-and-test": "^2.0.3",
"typescript": "^5.3.3"
"start-server-and-test": "^2.0.3"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@weatherio/eslint-config": "workspace:^0.2.0",
"@weatherio/prettier-config": "workspace:^0.1.0",
"@weatherio/tsconfig": "workspace:^0.1.0"
"@weatherio/tsconfig": "workspace:^0.1.0",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
}
}
6 changes: 3 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"devDependencies": {
"@weatherio/eslint-config": "workspace:^0.2.0",
"@weatherio/prettier-config": "workspace:^0.1.0",
"@weatherio/tsconfig": "workspace:^0.1.0"
},
"dependencies": {
"@weatherio/tsconfig": "workspace:^0.1.0",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
}
}
36 changes: 27 additions & 9 deletions pnpm-lock.yaml

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

1 comment on commit 1f657fd

@vercel
Copy link

@vercel vercel bot commented on 1f657fd Jan 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.