Skip to content
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

fsa #17

Closed
wants to merge 1 commit into from
Closed

fsa #17

wants to merge 1 commit into from

Conversation

saranshbalyan-1234
Copy link
Owner

No description provided.

@@ -10,6 +10,10 @@ import { setupTimeout, setupRateLimiter, setupCors, setupResponseInterceptor, se
import { syncDatabase, createSuperAdmin } from "#user/Service/database.js";
// import { scheduleInit } from "#scheduler/Service/schedulerService.js";
const app = express();
console.log(a)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <no-undef> reported by reviewdog 🐶
'a' is not defined.

@@ -10,6 +10,10 @@ import { setupTimeout, setupRateLimiter, setupCors, setupResponseInterceptor, se
import { syncDatabase, createSuperAdmin } from "#user/Service/database.js";
// import { scheduleInit } from "#scheduler/Service/schedulerService.js";
const app = express();
console.log(a)
console.log(b)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <no-undef> reported by reviewdog 🐶
'b' is not defined.

@@ -10,6 +10,10 @@ import { setupTimeout, setupRateLimiter, setupCors, setupResponseInterceptor, se
import { syncDatabase, createSuperAdmin } from "#user/Service/database.js";
// import { scheduleInit } from "#scheduler/Service/schedulerService.js";
const app = express();
console.log(a)
console.log(b)
console.log("a" )

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <quotes> reported by reviewdog 🐶
Strings must use singlequote.

Suggested change
console.log("a" )
console.log('a' )

@@ -10,6 +10,10 @@ import { setupTimeout, setupRateLimiter, setupCors, setupResponseInterceptor, se
import { syncDatabase, createSuperAdmin } from "#user/Service/database.js";
// import { scheduleInit } from "#scheduler/Service/schedulerService.js";
const app = express();
console.log(a)
console.log(b)
console.log("a" )

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <no-multi-spaces> reported by reviewdog 🐶
Multiple spaces found before ')'.

Suggested change
console.log("a" )
console.log("a" )

@@ -10,6 +10,10 @@ import { setupTimeout, setupRateLimiter, setupCors, setupResponseInterceptor, se
import { syncDatabase, createSuperAdmin } from "#user/Service/database.js";
// import { scheduleInit } from "#scheduler/Service/schedulerService.js";
const app = express();
console.log(a)
console.log(b)
console.log("a" )

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <space-in-parens> reported by reviewdog 🐶
There should be no space before this paren.

Suggested change
console.log("a" )
console.log("a")

console.log(a)
console.log(b)
console.log("a" )
console

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <no-unused-expressions> reported by reviewdog 🐶
Expected an assignment or function call and instead saw an expression.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant