Skip to content

Commit

Permalink
Merge pull request #596 from uCredit-Dev/development
Browse files Browse the repository at this point in the history
dev: update description for CS elective fine req + fix lint
  • Loading branch information
josephined21 authored Apr 17, 2024
2 parents c644bb0 + 41905d7 commit 2285c2c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Install Dependencies
run: |
npm install
npm install -g eslint
npm install -g eslint@8.57.0
- name: Run ESLint
run: eslint . --ext .js,.jsx,.ts,.tsx --max-warnings 0
16 changes: 8 additions & 8 deletions lib/resources/majors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3468,10 +3468,10 @@ const bsCS: Major = {
},
{
description:
'<b>CS Electives</b> <br /> ' +
'Six additional credits of Computer Science are required.' +
'For an approved list of courses from other departments (maximum of 6 credits allowed), (1) visit https://www.cs.jhu.edu/computer-science-other-courses-for-bs-degree/ ' +
', (2) create a custom course to satisfy this requirement, and (3) list it under the "EN Computer Science" department during creation.',
'<b>CS electives</b> <br /> ' +
'Six additional credits are required. These credits may come from CS courses OR non-CS courses that count towards CS. ' +
'For an approved list of courses from other departments (maximum of 6 credits allowed), (1) visit https://tinyurl.com/4pusknrv ' +
', (2) create a custom course, and (3) list it under the "EN Computer Science" department.',
required_credits: 6,
criteria: 'EN Computer Science[D]',
double_count: [
Expand All @@ -3488,10 +3488,10 @@ const bsCS: Major = {
double_count: [
'<b>Upper Level CS Credits</b> <br /> ' +
'At least 12 more upper level CS credits are required. ',
'<b>CS Electives</b> <br /> ' +
'Six additional credits of Computer Science are required.' +
'For an approved list of courses from other departments (maximum of 6 credits allowed), (1) visit https://www.cs.jhu.edu/computer-science-other-courses-for-bs-degree/ ' +
', (2) create a custom course to satisfy this requirement, and (3) list it under the "EN Computer Science" department during creation.',
'<b>CS electives</b> <br /> ' +
'Six additional credits are required. These credits may come from CS courses OR non-CS courses that count towards CS. ' +
'For an approved list of courses from other departments (maximum of 6 credits allowed), (1) visit https://tinyurl.com/4pusknrv ' +
', (2) create a custom course, and (3) list it under the "EN Computer Science" department.',
],
},
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"mini-css-extract-plugin": "2.7.6",
"msw": "^1.1.0",
"postcss": "^8.4.21",
"prettier": "2.8.4",
"prettier": "^3.2.5",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5"
}
Expand Down

0 comments on commit 2285c2c

Please sign in to comment.