Skip to content

Commit

Permalink
fix(core): fix linting issue in core (#348)
Browse files Browse the repository at this point in the history
GH-0
  • Loading branch information
akshatdubeysf authored Sep 27, 2021
1 parent 736ee28 commit 6912bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/enums/status-codes.enum.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* eslint-disable-next-line @typescript-eslint/naming-convention */
/**
* List of all the HttpStatus codes
* @link https://httpstatuses.com/
*/
/* eslint-disable-next-line @typescript-eslint/naming-convention */
export const enum STATUS_CODE {
// sonarignore:start
CONTINUE = 100,
Expand Down

0 comments on commit 6912bc2

Please sign in to comment.