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 eb453c6 commit df675edCopy full SHA for df675ed
package.json
@@ -6,8 +6,8 @@
6
"scripts": {
7
"test": "jest --forceExit",
8
"test:dev": "jest --watch ",
9
- "lint": "eslint --ext .js,.ts .",
10
- "format": "prettier --write .",
+ "lint": "eslint --ext .js,.ts ",
+ "format": "prettier --write ",
11
"prepare": "node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky install"
12
},
13
"author": "KosM",
0 commit comments