Skip to content

Commit

Permalink
Less Smelly
Browse files Browse the repository at this point in the history
  • Loading branch information
RickiJay-WMDE committed Mar 5, 2024
1 parent a436ab7 commit b67eaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"test": "NODE_NO_WARNINGS=1 npx --node-options='--require ts-node/register --loader=ts-node/esm' node cli.ts",
"lint": "npx eslint . --ext .json --ext .mjs --ext .ts --ext .yml",
"lint:fix": "npm run lint:fix:format && npm run lint:fix:lint",
"lint:fix:format": "npx prettier *.{json,mjs,ts,yml} */*.{json,mjs,ts,yml} */*/*.{json,mjs,ts,yml} */*/*/*.{json,mjs,ts,yml} --write --log-level error",
"lint:fix:format": "npx prettier \"**/*.{json,mjs,ts,yml}\" --write --log-level error",
"lint:fix:lint": "npx eslint . --ext .json --ext .mjs --ext .ts --ext .yml --fix"
}
}

0 comments on commit b67eaed

Please sign in to comment.