Skip to content

Commit

Permalink
Merge pull request #1307 from Sage-Bionetworks/develop
Browse files Browse the repository at this point in the history
AG-1335: Promote 3.4.0 RC to Staging for validation
  • Loading branch information
JessterB authored May 15, 2024
2 parents 99a6260 + 9cb9f79 commit 763ad14
Show file tree
Hide file tree
Showing 43 changed files with 2,185 additions and 392 deletions.
6 changes: 4 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
"sourceType": "module",
"project": ["./tsconfig.base.json"]
},
"plugins": ["@typescript-eslint"],
"rules": {
Expand All @@ -23,6 +24,7 @@
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-this-alias": "off"
"@typescript-eslint/no-this-alias": "off",
"@typescript-eslint/no-floating-promises": "warn"
}
}
156 changes: 78 additions & 78 deletions package-lock.json

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

Loading

0 comments on commit 763ad14

Please sign in to comment.