aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package.js
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-07-26 16:35:49 +0000
committerLibravatar GitHub <noreply@github.com>2023-07-26 22:05:49 +0530
commitf9e2d9926e4dff14df0f13858a9c695e2118a94e (patch)
tree53f1cad4edde7436fa521deb002e14830809bb8b /scripts/package.js
parentchore: improve lint setup (#397) (diff)
downloadferdium-recipes-f9e2d9926e4dff14df0f13858a9c695e2118a94e.tar.gz
ferdium-recipes-f9e2d9926e4dff14df0f13858a9c695e2118a94e.tar.zst
ferdium-recipes-f9e2d9926e4dff14df0f13858a9c695e2118a94e.zip
Improve lint setup (#400)
* Use strict configuration of node/npm/pnpm * When generating a new recipe, string replace should handle all placeholders in a single file
Diffstat (limited to 'scripts/package.js')
-rw-r--r--scripts/package.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/package.js b/scripts/package.js
index 0482775..c2e2ab7 100644
--- a/scripts/package.js
+++ b/scripts/package.js
@@ -1,4 +1,5 @@
1/* eslint-disable no-console */ 1/* eslint-disable no-console */
2
2/** 3/**
3 * Package all recipes 4 * Package all recipes
4 */ 5 */