We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba10c7d commit 7cd8600Copy full SHA for 7cd8600
package.json
@@ -54,13 +54,13 @@
54
"test:update": "ava --update-snapshots",
55
"test:watch": "ava --watch",
56
"test:debug": "ava debug --break",
57
- "lint": "eslint --ignore-path .gitignore .",
58
- "prelint": "prettier --check --ignore-path .gitignore .",
+ "lint": "eslint .",
+ "postlint": "prettier --check --ignore-path .gitignore .",
59
"postversion": "git push --follow-tags",
60
"example": "tsx examples",
61
"example:inspect": "tsx --inspect examples",
62
"format": "prettier --write --ignore-path .gitignore .",
63
- "postformat": "eslint --ignore-path .gitignore --fix .",
+ "preformat": "eslint --fix .",
64
"report": "c8 report"
65
},
66
"engines": {
0 commit comments