Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
chore: remove redundant eslint comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Oct 8, 2023
1 parent 8eeb59f commit 2afced4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions scripts/license-checker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/* eslint-disable security/detect-object-injection */
/* eslint-disable security-node/detect-crlf */

"use strict";

const { promisify } = require("node:util");
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/clean-object/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint-disable security/detect-object-injection */

"use strict";

const fp = require("fastify-plugin");
Expand Down
1 change: 0 additions & 1 deletion src/plugins/convert-date-param-operator/plugin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ describe("Convert-Date-Param-Operator plugin", () => {
body: `${key}`,
})
.then((response) => {
// eslint-disable-next-line security/detect-object-injection
expect(response.body).toStrictEqual(values[key]);
expect(response.statusCode).toBe(200);

Expand Down
1 change: 0 additions & 1 deletion src/utils/escape-single-quotes/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* eslint-disable jsdoc/require-param-description */
/* eslint-disable security/detect-object-injection */

"use strict";

Expand Down

0 comments on commit 2afced4

Please sign in to comment.