Skip to content

Commit

Permalink
chore(scripts): sort eslint comments alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Mar 16, 2023
1 parent 0651021 commit ff8f707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/license-checker.js
@@ -1,5 +1,5 @@
/* eslint-disable security-node/detect-crlf */
/* eslint-disable security/detect-object-injection */
/* eslint-disable security-node/detect-crlf */
const checker = require("license-checker");
const copyLeftLicenses = require("spdx-copyleft");
const { promisify } = require("util");
Expand Down

0 comments on commit ff8f707

Please sign in to comment.