Skip to content

Commit

Permalink
chore(deps-dev): bump prettier from 2.8.0 to 3.0.0 (#1753)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump prettier from 2.8.0 to 3.0.0

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.0 to 3.0.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.0...3.0.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* update eslint-plugin-prettier for compatibiity with prettier 3: prettier/eslint-plugin-prettier#562

* cspell: ignore parens

* prettify specberus.css

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Denis Ah-Kang <[email protected]>
  • Loading branch information
dependabot[bot] and deniak authored Jul 10, 2023
1 parent 58ed50e commit 4c28cf9
Show file tree
Hide file tree
Showing 5 changed files with 684 additions and 7,014 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"patentpolicy",
"piwik",
"prevrecuri",
"Parens",
"Pubrules",
"pubruleschecker",
"rdquo",
Expand Down
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"singleQuote": true,
"arrowParens": "avoid"
"arrowParens": "avoid",
"trailingComma": "es5"
}
Loading

0 comments on commit 4c28cf9

Please sign in to comment.