Skip to content

Commit

Permalink
ci: add lint:fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodrig committed Nov 24, 2024
1 parent 643dcd9 commit 6a6b986
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"compile": "tsc -p tsconfig.build.json",
"coverage": "nyc npm run test",
"lint": "eslint --ext .js,.ts src test",
"lint:fix": "eslint --fix --ext .js,.ts src test",
"prepublishOnly": "npm run build",
"test": "mocha -r ts-node/register test/index.ts"
},
Expand Down Expand Up @@ -59,4 +60,4 @@
"node": ">= 16"
},
"license": "MIT"
}
}

0 comments on commit 6a6b986

Please sign in to comment.