Skip to content

Commit

Permalink
Merge pull request #212 from CBIIT/mvp-2
Browse files Browse the repository at this point in the history
Sync MVP-2 (M2) with MVP-2 (M3)
  • Loading branch information
amattu2 authored Nov 15, 2023
2 parents 9904056 + 334b6ce commit 91d8133
Show file tree
Hide file tree
Showing 28 changed files with 1,211 additions and 421 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
}
},
root: true,
ignorePatterns: ["injectEnv.js", "scripts"],
ignorePatterns: ["injectEnv.js"],
rules: {
// Note: you must disable the base rule as it can report incorrect errors
"react/jsx-filename-extension": [1, { extensions: [".js", ".jsx", ".tsx", ".ts"] }],
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
/coverage

# production
/public/models/*
!/public/models/.gitkeep
/build

# misc
Expand Down
Loading

0 comments on commit 91d8133

Please sign in to comment.