Skip to content

Commit

Permalink
fix: 🩹 Fix misspelled option in lint staged commands
Browse files Browse the repository at this point in the history
  • Loading branch information
axdanbol committed Aug 6, 2024
1 parent ec9f86e commit e1255d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .lintstagedrc.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const lint = 'npx nx affected:lint --uncommited --fix true';
const format = 'npx nx format:write --uncommited';
const lint = 'npx nx affected:lint --uncommitted --fix true';
const format = 'npx nx format:write --uncommitted';

export default {
'*.{js,mjs,cjs,ts,html,scss,css}': [lint, format],
Expand Down

0 comments on commit e1255d6

Please sign in to comment.