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.
2 parents fc86d66 + ccb2f0e commit e3d76b8Copy full SHA for e3d76b8
.gitignore
@@ -65,3 +65,6 @@ _book
65
66
# Test recent request
67
test/helpers/request.json
68
+
69
+# IDE
70
+.idea/
package.json
@@ -15,7 +15,7 @@
15
"scripts": {
16
"pretest": "npm run build",
17
"test": "API_BASE_URL=http://localhost:1234/ TEST_PORT=1234 TS_NODE_CACHE=0 mocha -r ts-node/register test/*.spec.ts",
18
- "prettier": "prettier --parser typescript --trailing-comma all '{lib,test}/**/*.ts'",
+ "prettier": "prettier --parser typescript --trailing-comma all \"{lib,test}/**/*.ts\"",
19
"format": "npm run prettier -- --write",
20
"format:check": "npm run prettier -- -l",
21
"clean": "del-cli dist",
0 commit comments