Skip to content

Commit 76d542b

Browse files
Add purs-tidy
1 parent 3297cce commit 76d542b

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: "12"
17+
node-version: "14"
1818

1919
- name: Install dependencies
2020
run: |

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/.*
22
!/.gitignore
33
!/.github
4+
!/.tidyrc.json
45
/bower_components/
56
/node_modules/
67
/output/

.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": "source",
4+
"indent": 2,
5+
"operatorsFile": null,
6+
"ribbon": 1,
7+
"typeArrowPlacement": "first",
8+
"unicode": "always",
9+
"width": null
10+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"pulp": "^16.0.0",
1010
"purescript": "^0.15.0",
1111
"purescript-psa": "^0.8.2",
12+
"purs-tidy": "^0.0.2",
1213
"rimraf": "^3.0.0"
1314
}
1415
}

0 commit comments

Comments
 (0)