-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
swagger-doc #47
base: develop
Are you sure you want to change the base?
swagger-doc #47
Conversation
down: (queryInterface, Sequelize) => queryInterface.bulkDelete('Users', null, {}) | ||
}; | ||
// eslint-disable-next-line no-unused-vars | ||
down: (queryInterface, Sequelize) => queryInterface.bulkDelete('Users', null, {}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected indentation of 2 spaces but found 4 indent
// eslint-disable-next-line no-unused-vars | ||
down: (queryInterface, Sequelize) => queryInterface.bulkDelete('Users', null, {}) | ||
}; | ||
// eslint-disable-next-line no-unused-vars |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected indentation of 2 spaces but found 4 indent
updated_at: new Date() | ||
} | ||
], {} | ||
), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected indentation of 2 spaces but found 4 indent
Unexpected newline before ')' function-paren-newline
created_at: new Date(), | ||
updated_at: new Date() | ||
} | ||
], {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected indentation of 4 spaces but found 8 indent
id: uuidv4(), | ||
first_name: 'Orella', | ||
last_name: 'Tipler', | ||
email: '[email protected]', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected indentation of 6 spaces but found 16 indent
{ | ||
id: uuidv4(), | ||
first_name: 'Orella', | ||
last_name: 'Tipler', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected indentation of 6 spaces but found 16 indent
}, | ||
{ | ||
id: uuidv4(), | ||
first_name: 'Orella', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected indentation of 6 spaces but found 16 indent
updated_at: new Date() | ||
}, | ||
{ | ||
id: uuidv4(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected indentation of 6 spaces but found 16 indent
created_at: new Date(), | ||
updated_at: new Date() | ||
}, | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected indentation of 4 spaces but found 12 indent
Fix the lint errors so that we can have this merged |
please fix the lint errors. |
What does this PR do?
Description of Task to be completed?
How should this manually be Tested?
git clone
https://github.com/devcareer/Dae-Alright-Backendcd
Dae-Alright-Backendgit checkout <branch-name>
npm install
npm test
What are the relevant
Pivotal TrackerTrello stories?Screenshots (if appropriate)