Skip to content

Commit daa2650

Browse files
committed
add standard to child workspaces
Signed-off-by: Miroslav Bajtoš <[email protected]>
1 parent d7fbab4 commit daa2650

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

package-lock.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spark-api/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@
88
"description": "API for SPARK",
99
"scripts": {
1010
"start": "node bin/spark.js",
11+
"lint": "standard",
1112
"test": "mocha"
1213
},
1314
"devDependencies": {
1415
"light-my-request": "^5.13.0",
1516
"mocha": "^10.4.0",
17+
"standard": "^17.1.0",
1618
"varint": "^6.0.0"
1719
},
1820
"dependencies": {
@@ -27,5 +29,10 @@
2729
"pg": "^8.11.5",
2830
"postgrator": "^7.2.0",
2931
"raw-body": "^2.5.2"
32+
},
33+
"standard": {
34+
"env": [
35+
"mocha"
36+
]
3037
}
3138
}

spark-publish/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"type": "module",
33
"scripts": {
44
"start": "node bin/spark-publish.js",
5+
"lint": "standard",
56
"test": "mocha"
67
},
78
"dependencies": {
@@ -22,6 +23,12 @@
2223
"devDependencies": {
2324
"@flydotio/dockerfile": "^0.5.7",
2425
"mocha": "^10.4.0",
25-
"multiformats": "^13.1.0"
26+
"multiformats": "^13.1.0",
27+
"standard": "^17.1.0"
28+
},
29+
"standard": {
30+
"env": [
31+
"mocha"
32+
]
2633
}
2734
}

0 commit comments

Comments
 (0)