Skip to content

Commit

Permalink
update prettier-config to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
staaky committed Oct 25, 2022
1 parent f091311 commit 6a77b29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The ESLint configuration for Bedandbreakfast.eu
1. Install this package along with our [prettier-config](https://github.com/bedandbreakfasteu/prettier-config) using:

```bash
yarn add --dev @bedandbreakfasteu/eslint-config@bedandbreakfasteu/eslint-config#2.0.2 @bedandbreakfasteu/prettier-config@bedandbreakfasteu/prettier-config#1.0.1
yarn add --dev @bedandbreakfasteu/eslint-config@bedandbreakfasteu/eslint-config#2.0.2 @bedandbreakfasteu/prettier-config@bedandbreakfasteu/prettier-config#1.0.2
```

2. Install the required devDependencies using:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"typescript": "^4.8.4"
},
"devDependencies": {
"@bedandbreakfasteu/prettier-config": "bedandbreakfasteu/prettier-config",
"@bedandbreakfasteu/prettier-config": "bedandbreakfasteu/prettier-config#1.0.2",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.26.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# yarn lockfile v1


"@bedandbreakfasteu/prettier-config@bedandbreakfasteu/prettier-config":
version "1.0.1"
resolved "https://codeload.github.com/bedandbreakfasteu/prettier-config/tar.gz/a7245880a3e2228f4a13e69bc90b6a7f6b78a855"
"@bedandbreakfasteu/prettier-config@bedandbreakfasteu/prettier-config#1.0.2":
version "1.0.2"
resolved "https://codeload.github.com/bedandbreakfasteu/prettier-config/tar.gz/24a1008b082cf84c225307ebd84144565ab89e5f"

"@eslint/eslintrc@^1.3.3":
version "1.3.3"
Expand Down

0 comments on commit 6a77b29

Please sign in to comment.