Skip to content

Commit

Permalink
Merge pull request #70 from nteract/cameron.yick/initial-run-of-prettier
Browse files Browse the repository at this point in the history
chore: apply eslint + prettier auto-fixes to whole codebase
  • Loading branch information
hydrosquall authored Jul 11, 2021
2 parents 620e620 + d73196a commit 741fb67
Show file tree
Hide file tree
Showing 30 changed files with 1,865 additions and 1,703 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ module.exports = {
sourceType: "module",
},
plugins: ["@typescript-eslint"],
rules: {},
rules: {
"no-unused-vars": "warn",
},
overrides: [
{
// No need to check for global definitions in Eslint, let Typescript compiler handle it.
Expand Down
Loading

0 comments on commit 741fb67

Please sign in to comment.