Skip to content

Commit

Permalink
Merge branch 'development' into 316-all-endpoints-for-exam
Browse files Browse the repository at this point in the history
  • Loading branch information
TejasNair9977 authored Oct 14, 2023
2 parents 71f694f + 1e188bd commit 392bbb1
Show file tree
Hide file tree
Showing 81 changed files with 4,697 additions and 526 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
es2021: true,
jest: true
},
extends: "airbnb-base",
extends: ["airbnb-base", "prettier"],
overrides: [],
parserOptions: {
ecmaVersion: "latest",
Expand Down
7 changes: 7 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
**/node_modules
**/apidoc
**/.git
**/_apidoc.js
**/*.json
**/*.css
Dockerfile
5 changes: 3 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"singleQuote": true,
"tabWidth": 2
"singleQuote": false,
"tabWidth": 2,
"semi": true
}
File renamed without changes.
Loading

0 comments on commit 392bbb1

Please sign in to comment.