Skip to content

Commit 52f9ec1

Browse files
author
Joel Lefkowitz
committed
Add unicode arrows and move metadata to package.json
1 parent bbf31d0 commit 52f9ec1

File tree

14 files changed

+1971
-1647
lines changed

14 files changed

+1971
-1647
lines changed

.tidyrc.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"importSort": "ide",
3+
"importWrap": "auto",
4+
"indent": 2,
5+
"operatorsFile": null,
6+
"ribbon": 1,
7+
"typeArrowPlacement": "last",
8+
"unicode": "always",
9+
"width": 80
10+
}

package.json

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
22
"packageManager": "[email protected]",
3+
"repository": "https://github.com/JoelLefkowitz/boggle",
4+
"homepage": "https://joellefkowitz.github.io/boggle",
5+
"keywords": [
6+
"boggle",
7+
"solver",
8+
"permutations"
9+
],
310
"scripts": {
411
"postinstall": "husky",
5-
"prepack": "pinst --disable",
6-
"postpack": "pinst --enable",
7-
"format": "prettier . --write && echo src test | xargs -n1 purty --write",
8-
"lint": "cspell . --dot --gitignore && eslint . --fix --no-error-on-unmatched-pattern && trufflehog3"
12+
"lint": "cspell . --dot --gitignore && eslint . --fix && trufflehog3",
13+
"format": "prettier . --write && purs-tidy format-in-place src test"
914
},
1015
"resolutions": {
1116
"string-width": "4.2.3",
@@ -20,10 +25,20 @@
2025
"eslint": "^8.34.0",
2126
"eslint-config-prettier": "^8.0.0",
2227
"husky": "^9.0.0",
23-
"pinst": "^3.0.0",
2428
"prettier": "^3.0.0",
2529
"purescript": "^0.15.14",
26-
"purty": "^7.0.0",
30+
"purs-tidy": "^0.11.0",
2731
"spago": "^0.93.0"
32+
},
33+
"metadata": {
34+
"publisher": "Pursuit",
35+
"languages": [
36+
"PureScript"
37+
],
38+
"frameworks": [],
39+
"paradigms": [
40+
"Functional"
41+
],
42+
"lifecycle": "Alpha"
2843
}
2944
}

0 commit comments

Comments
 (0)