Skip to content

Commit

Permalink
Updated formatting and package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
rdunlapSP committed Jun 4, 2020
1 parent 7bf8a4e commit 2117189
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,16 @@ module.exports = {
variables: true
}
],
"prettier/prettier": [
"error",
'prettier/prettier': [
'error',
{
semi: true,
singleQuote: true,
tabWidth: 2,
trailingComma: "none"
trailingComma: 'none'
}
],
},
]
}
}
]
};
39 changes: 39 additions & 0 deletions package-lock.json

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

0 comments on commit 2117189

Please sign in to comment.