Skip to content

Commit

Permalink
skip format
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Sep 27, 2024
1 parent 10443ae commit fae70ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"haraka_grep": "./bin/haraka_grep"
},
"scripts": {
"format": "npm run prettier:fix && npm run lint:fix",
"format:NYET": "npm run prettier:fix && npm run lint:fix",
"lint": "npx eslint@^8 *.js outbound plugins plugins/*/*.js test test/*/*.js test/*/*/*.js bin/haraka",
"lint:fix": "npx eslint@^8 --fix *.js outbound plugins plugins/*/*.js test test/*/*.js test/*/*/*.js bin/haraka",
"prettier": "npx prettier . --check",
Expand Down

0 comments on commit fae70ba

Please sign in to comment.