Skip to content

Commit

Permalink
fix: install prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mgabeler-lee-6rs committed Jan 18, 2023
1 parent ee7a5a0 commit eff54fe
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 2018,
"ecmaVersion": 2021,
"sourceType": "module",
"project": ["./tsconfig.json"]
},
Expand Down
6 changes: 6 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dist
pnpm-lock.yaml
package-lock.json
.rush/temp/**
coverage/
migrations/**/*.js
1 change: 1 addition & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"@6river/prettier-config"
70 changes: 16 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eff54fe

Please sign in to comment.