senior-knights / course-schedulizer

📝 Create semester schedules without stress
https://senior-knights.github.io/course-schedulizer/
MIT License
10 stars 4 forks source link

Feature/wildcard #212

Closed RyanVreeke closed 2 years ago

RyanVreeke commented 2 years ago

Adding the wildcard and Conflicts tab additions to the Course Schedulizer. Edited the workflow to use the correct node and npm versions so that tests will still pass.

RyanVreeke commented 2 years ago

I have tried a ton of different things to see why the netlify tests aren't working. The code will build and run despite this so we will leave it like this for now. Error: 2:07:50 PM: ./src/index.tsx 2:07:50 PM: .eslintrc.js » eslint-config-airbnb » /opt/build/repo/client-course-schedulizer/node_modules/eslint-config-airbnb-base/index.js » /opt/build/repo/client-course-schedulizer/node_modules/eslint-config-airbnb-base/rules/imports.js: 2:07:50 PM: Configuration for rule "import/no-cycle" is invalid: 2:07:50 PM: Value "∞" should be integer.

RyanVreeke commented 2 years ago

Closing this pull request as the wildcard and Conflicts code has been added to pull request #213. The package.json / package-lock.json and possibly eslintrc.js files were messed up in this pull request, but are working well in pull request #213.