Skip to content

Commit

Permalink
Merge 19934f4 into 2c33bac
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil committed Jun 13, 2024
2 parents 2c33bac + 19934f4 commit 3fb85d1
Show file tree
Hide file tree
Showing 4 changed files with 868 additions and 2,672 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ module.exports = {
browser: true,
jest: true,
},
extends: ['airbnb-base', 'plugin:markdown/recommended', 'plugin:prettier/recommended'],
plugins: ['prettier', 'markdown'],
extends: ['airbnb-base', 'plugin:prettier/recommended'],
plugins: ['prettier'],
rules: {
'prettier/prettier': 'error',
'no-console': 0,
Expand Down
2 changes: 0 additions & 2 deletions config/defaults/development.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ const config = {
options: {
user: '',
pass: '',
useUnifiedTopology: true,
useNewUrlParser: true,
/**
* Uncomment to enable ssl certificate based authentication to mongodb
* servers. Adjust the settings below for your specific certificate
Expand Down
Loading

0 comments on commit 3fb85d1

Please sign in to comment.