Skip to content

Commit 2ec4d9b

Browse files
authored
Merge pull request #1107 from rit-construct-makerspace/main
Week 6 or 7 features
2 parents 71d9c85 + f602ae5 commit 2ec4d9b

52 files changed

Lines changed: 450 additions & 2805 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

client/eslint.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ export default tseslint.config(
1313
languageOptions: {
1414
ecmaVersion: 2020,
1515
globals: globals.browser,
16+
parserOptions: {
17+
project: "./tsconfig.json"
18+
},
19+
1620
},
1721
plugins: {
1822
'react-hooks': reactHooks,

client/package-lock.json

Lines changed: 5 additions & 288 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)