Skip to content

Commit

Permalink
style: prettier 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Mar 23, 2020
1 parent c1b91af commit ced2cfd
Show file tree
Hide file tree
Showing 16 changed files with 846 additions and 826 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ module.exports = {
rules: {
"@typescript-eslint/explicit-function-return-type": 0,
"@typescript-eslint/require-await": 0,
semi: ["error", "never"],
"@typescript-eslint/member-delimiter-style": 0,
},
};
}
8 changes: 7 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
trailingComma: "all"
{
"tabWidth": 2,
"useTabs": false,
"semi": false,
"arrowParens": "avoid",
"trailingComma": "all"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
"volta": {
"node": "12.13.0",
"yarn": "1.20.0"
"yarn": "1.22.4"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit ced2cfd

Please sign in to comment.