diff --git a/.eslintrc.json b/.eslintrc.json index 832ab93b7..a19121cbe 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -25,6 +25,7 @@ "@typescript-eslint/class-name-casing": "warn", "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/no-empty-function": "warn", + "import/prefer-default-export": "off", "consistent-return": "warn", "guard-for-in": "warn", "import/extensions": "off", diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6b22a55c3..3373509a5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -24,8 +24,9 @@ Before this PR (i.e. on the main branch), there are X linter warnings. After my -### Breaking Changes +### Breaking Changes + - Database schema change (anything that changes Firestore collection structure) - Other change that could cause problems (Detailed in notes) diff --git a/.github/workflows/ci-policies.yml b/.github/workflows/ci-policies.yml index b49fcdf9a..32844a8f6 100644 --- a/.github/workflows/ci-policies.yml +++ b/.github/workflows/ci-policies.yml @@ -8,4 +8,4 @@ jobs: - uses: actions/checkout@master - uses: cornell-dti/big-diff-warning@master env: - BOT_TOKEN: '${{ secrets.BOT_TOKEN }}' + BOT_TOKEN: "${{ secrets.BOT_TOKEN }}" diff --git a/.gitignore b/.gitignore index 041ec64c6..d3d3eb397 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,6 @@ mongodb-binaries/ .git .vscode .env -db .meteor mongo/ *error.log diff --git a/app.json b/app.json index aa14cf88e..39067e114 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,6 @@ { "name": "course-reviews-react-2.0", - "scripts": { - }, + "scripts": {}, "env": { "MONGO_URL": { "required": true @@ -16,9 +15,7 @@ "quantity": 1 } }, - "addons": [ - "papertrail" - ], + "addons": ["papertrail"], "buildpacks": [ { "url": "heroku/nodejs" diff --git a/client/.prettierrc.json b/client/.prettierrc.json index 66e7e941c..fa51da29e 100644 --- a/client/.prettierrc.json +++ b/client/.prettierrc.json @@ -3,4 +3,4 @@ "tabWidth": 2, "semi": false, "singleQuote": true -} \ No newline at end of file +} diff --git a/client/public/index.html b/client/public/index.html index 3afa701f4..02f3478b6 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -1,56 +1,68 @@ +
+ + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - -