Skip to content

Commit 48085c8

Browse files
chore: remove unused packages; added prettier-plugin-sentences-per-line
1 parent 0cd7df4 commit 48085c8

5 files changed

Lines changed: 31 additions & 379 deletions

File tree

.github/CODE_OF_CONDUCT.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
git@joshuakgoldberg.com.
63+
contact@squiggleconf.com.
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the
@@ -78,29 +78,31 @@ unprofessional or unwelcome in the community.
7878

7979
**Consequence**: A private, written warning from community leaders, providing
8080
clarity around the nature of the violation and an explanation of why the
81-
behavior was inappropriate. A public apology may be requested.
81+
behavior was inappropriate.
82+
A public apology may be requested.
8283

8384
### 2. Warning
8485

8586
**Community Impact**: A violation through a single incident or series of
8687
actions.
8788

88-
**Consequence**: A warning with consequences for continued behavior. No
89-
interaction with the people involved, including unsolicited interaction with
90-
those enforcing the Code of Conduct, for a specified period of time. This
91-
includes avoiding interactions in community spaces as well as external channels
92-
like social media. Violating these terms may lead to a temporary or permanent
93-
ban.
89+
**Consequence**: A warning with consequences for continued behavior.
90+
No interaction with the people involved, including unsolicited interaction with
91+
those enforcing the Code of Conduct, for a specified period of time.
92+
This includes avoiding interactions in community spaces as well as external
93+
channels like social media.
94+
Violating these terms may lead to a temporary or permanent ban.
9495

9596
### 3. Temporary Ban
9697

9798
**Community Impact**: A serious violation of community standards, including
9899
sustained inappropriate behavior.
99100

100101
**Consequence**: A temporary ban from any sort of interaction or public
101-
communication with the community for a specified period of time. No public or
102-
private interaction with the people involved, including unsolicited interaction
103-
with those enforcing the Code of Conduct, is allowed during this period.
102+
communication with the community for a specified period of time.
103+
No public or private interaction with the people involved, including unsolicited
104+
interaction with those enforcing the Code of Conduct, is allowed during this
105+
period.
104106
Violating these terms may lead to a permanent ban.
105107

106108
### 4. Permanent Ban
@@ -122,7 +124,8 @@ Community Impact Guidelines were inspired by
122124
[Mozilla's code of conduct enforcement ladder][mozilla coc].
123125

124126
For answers to common questions about this code of conduct, see the FAQ at
125-
[https://www.contributor-covenant.org/faq][faq]. Translations are available at
127+
[https://www.contributor-covenant.org/faq][faq].
128+
Translations are available at
126129
[https://www.contributor-covenant.org/translations][translations].
127130

128131
[homepage]: https://www.contributor-covenant.org

.prettierrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"plugins": [
55
"prettier-plugin-astro",
66
"prettier-plugin-curly",
7+
"prettier-plugin-sentences-per-line",
78
"prettier-plugin-packagejson"
89
],
910
"useTabs": true

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,12 @@
4848
"@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
4949
"@eslint/js": "^9.39.2",
5050
"@eslint/markdown": "^7.5.1",
51-
"@types/eslint-plugin-markdown": "^2.0.2",
5251
"@types/lodash": "^4.17.23",
5352
"@types/node": "^25.0.10",
5453
"cspell": "^9.6.0",
5554
"eslint": "^9.39.2",
5655
"eslint-plugin-jsdoc": "^62.4.1",
5756
"eslint-plugin-jsonc": "^2.21.0",
58-
"eslint-plugin-markdown": "^5.1.0",
5957
"eslint-plugin-n": "^17.23.2",
6058
"eslint-plugin-package-json": "^0.88.2",
6159
"eslint-plugin-perfectionist": "^5.4.0",
@@ -65,13 +63,11 @@
6563
"jsonc-eslint-parser": "^2.4.2",
6664
"knip": "^5.82.1",
6765
"lint-staged": "^16.2.7",
68-
"markdownlint": "^0.40.0",
69-
"markdownlint-cli": "^0.47.0",
7066
"prettier": "^3.8.1",
7167
"prettier-plugin-astro": "0.14.1",
7268
"prettier-plugin-curly": "^0.4.1",
7369
"prettier-plugin-packagejson": "^3.0.0",
74-
"sentences-per-line": "^0.5.0",
70+
"prettier-plugin-sentences-per-line": "^0.2.0",
7571
"tsup": "^8.5.1",
7672
"typescript": "^5.9.3",
7773
"typescript-eslint": "^8.53.1"

0 commit comments

Comments
 (0)