Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Jan 8, 2024
1 parent 5767cc8 commit 2043434
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package-scripts/run-linting-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const argv = minimist(process.argv.slice(2));
const rules = globSync('./package-scripts/linting-rules/*.js').map((rulePath) =>
require(`${process.cwd()}/${rulePath}`),
);
console.log(rules.map(({ name }) => name));

const main = () => {
if (typeof argv.glob === 'undefined') {
Expand Down

0 comments on commit 2043434

Please sign in to comment.