Skip to content

Commit

Permalink
Copy-edited POSH policy (#2073)
Browse files Browse the repository at this point in the history
* Copy-edited POSH policy

* Remove extra spaces

* Ignore Markdown files in Prettier
Prettier messes up unordered lists due to prettier/prettier#5019, pending a fix in prettier/prettier#15526
  • Loading branch information
jace committed Jun 10, 2024
1 parent 362679e commit 4b46a77
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 147 deletions.
6 changes: 2 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,10 @@ repos:
- id: remove-crlf
- id: forbid-tabs
- id: remove-tabs
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
- repo: https://github.com/pycontribs/mirrors-prettier
rev: v3.3.1
hooks:
- id: prettier
args: ['--single-quote', '--trailing-comma', 'es5', '--end-of-line', 'lf']
exclude: funnel/templates/js/
- repo: https://github.com/ducminh-phan/reformat-gherkin
rev: v3.0.1
hooks:
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/*.md
2 changes: 1 addition & 1 deletion funnel/pages/about/policy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ title: Site policies
4. [Cancellation, return and refund policy](refunds)
5. [Community guidelines](community)
6. [Code of conduct](code)
7. [POSH policy](posh)
7. [Prevention of sexual harassment policy](posh)
Loading

0 comments on commit 4b46a77

Please sign in to comment.