Skip to content

Commit

Permalink
make prettier fail
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Dec 29, 2023
1 parent 8635f5a commit aaa4696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {
lint: {
default: 'nps lint.check',
check: series('nps lint.prettier.check', 'nps lint.eslint.check'),
fix: series('nps lint.prettier.fix', 'nps lint.eslint.fix'),
fix: series("nps lint.prettier.fix", 'nps lint.eslint.fix'),
eslint: {
default: 'nps lint.eslint.check',
check: 'eslint .',
Expand Down

0 comments on commit aaa4696

Please sign in to comment.