Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Jan 13, 2022
1 parent 566df8c commit 8b7c5a2
Show file tree
Hide file tree
Showing 3 changed files with 3,121 additions and 2,970 deletions.
7 changes: 6 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
module.exports = {
extends: ["eslint:recommended", "@loopback/eslint-config"],
overrides: [],
overrides: [
{
files: ["src/__tests__/fixtures/models/**"],
rules: { indent: "off" }
}
],
parserOptions: {
ecmaVersion: 9,
sourceType: "module"
Expand Down

0 comments on commit 8b7c5a2

Please sign in to comment.