Skip to content

Commit

Permalink
Don't lint
Browse files Browse the repository at this point in the history
  • Loading branch information
macmv committed Sep 16, 2024
1 parent 5667739 commit 4a4ab64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
"build": "rm -rf dist && tsc -b",
"postpack": "rm -f oclif.manifest.json",
"prepack": "yarn build && oclif manifest",
"pretest": "yarn fixlint",
"local-test": "export $(cat .env | xargs); mocha \"test/**/*.test.{js,ts}\"",
"test": "c8 -r html mocha --forbid-only \"test/**/*.test.{js,ts}\"",
"lint": "eslint .",
Expand Down

0 comments on commit 4a4ab64

Please sign in to comment.