Skip to content

Commit 7babd6e

Browse files
authored
chore: update how prettier is applied (#1002)
1 parent 1019117 commit 7babd6e

File tree

5 files changed

+750
-719
lines changed

5 files changed

+750
-719
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: run typecheck
4646
run: yarn typecheck
4747
- name: run Prettier
48-
run: yarn prettier:diff
48+
run: yarn prettier:check
4949

5050
test-node:
5151
name: Test on Node.js v${{ matrix.node-version }}

.prettierignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1+
.idea
2+
node_modules
3+
/.idea
4+
.nyc_output
5+
coverage
6+
package-lock.json
7+
/lib/
8+
/gh-pages
9+
/dist
10+
/fs-test/
11+
CHANGELOG.md
12+
113
src/json-joy

0 commit comments

Comments
 (0)