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 9c52ac0 commit f7d738eCopy full SHA for f7d738e
package.json
@@ -19,7 +19,7 @@
19
"check-types": "tsc --noEmit",
20
"dev": "microbundle watch",
21
"eslint": "eslint . --max-warnings 0 --ext .js,.ts --fix",
22
- "lint:check": "concurrently \"npm run check-types\" \"npm run eslint\" \"npm prettier:check\" \"npm run prettier:check:package.json\"",
+ "lint:check": "concurrently \"npm run check-types\" \"npm run eslint\" \"npm run prettier:check\" \"npm run prettier:check:package.json\"",
23
"prepare": "husky install",
24
"test": "jest",
25
"prettier:check": "prettier --check .",
0 commit comments