File tree Expand file tree Collapse file tree 5 files changed +4661
-4615
lines changed Expand file tree Collapse file tree 5 files changed +4661
-4615
lines changed Original file line number Diff line number Diff line change 48
48
# Check Prettier on codebase #
49
49
# ###############################
50
50
- name : Run Prettier
51
- run : npx prettier --check .
52
- # ###############################
53
- # Check for TypeScript errors #
54
- # ###############################
55
- - name : Run TypeScript compiler (tsc)
56
- run : npx tsc --noEmit
51
+ run : npx prettier --check .
Original file line number Diff line number Diff line change
1
+ .github /
2
+ .vscode /
3
+ README.md
4
+ package-lock.json
5
+ .eslintrc.js
6
+ .next /
7
+ .prettierrc.js
8
+ next-env.d.ts
9
+ next.config.js
10
+ package.json
11
+ tsconfig.json
12
+ docs /.vuepress /.cache
13
+ docs /.vuepress /.temp
14
+ docs /.vuepress /dist
Original file line number Diff line number Diff line change
1
+ const blueprintPrettier = require ( '@calblueprint/prettier-config' ) ;
2
+
3
+ module . exports = {
4
+ ...blueprintPrettier ,
5
+ } ;
You can’t perform that action at this time.
0 commit comments