Skip to content

Commit

Permalink
fix: first pass formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sumwatshade committed Jun 4, 2021
1 parent 8638fbd commit 5d82adc
Show file tree
Hide file tree
Showing 12 changed files with 1,052 additions and 896 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ module.exports = {
"prettier/prettier": "error",
"no-useless-constructor": "off",
"@typescript-eslint/no-useless-constructor": "error",
"@typescript-eslint/no-var-requires": "off",
},
};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@oclif/test": "^1.2.8",
"@types/chai": "^4.2.15",
"@types/cross-spawn": "^6.0.2",
"@types/debug": "4.1.5",
"@types/fs-extra": "^8.0.1",
"@types/glob": "^7.1.3",
"@types/jest": "26.0.23",
Expand Down
Loading

0 comments on commit 5d82adc

Please sign in to comment.