Skip to content

Commit

Permalink
fix(lint-staged.config.cjs): update nx cmds to match existing style
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Nov 3, 2023
1 parent 30767d9 commit 9641cf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lint-staged.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ module.exports = {
'npx publint run ./',
'npx manypkg check',
],
'*.{cjs,js,jsx,ts,tsx}': ['nx affected:lint --fix --files'],
'*.{ts,tsx}': ['nx affected:test --fix --files'],
'*.{cjs,js,jsx,ts,tsx}': ['nx affected -t lint --fix --files'],
'*.{ts,tsx}': ['nx affected -t test --fix --files'],
};

0 comments on commit 9641cf7

Please sign in to comment.