Skip to content

chore: upgrade dev dependencies for karma credential management #567

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
'@typescript-eslint/no-misused-promises': 'error',
// I disagree with these rules.
// Humans read from less specific to more specific.
// No on puts the outline at the end of the book.
// No one puts the outline at the end of the book.
// Since the exported functions should be composed
// of lower level functions,
// it is good for understanding
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ package.json.decrypt
.vscode
.history

# JetBrains
.idea

# nyc/code coverage
.nyc_output
.karma_output
Expand Down
Loading