@datapos/datapos-development 0.3.366 → 0.3.368

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8052,14 +8052,14 @@ function nl(e) {
8052
8052
  }
8053
8053
  async function kl() {
8054
8054
  try {
8055
- Re("Format Code"), await Ie("1️⃣ Format", "prettier", ["--write", "*.ts", "src/"]), Fe("Code formatted.");
8055
+ Re("Format Code"), await Ie("1️⃣ Format", "prettier", ["--write", "."]), Fe("Code formatted.");
8056
8056
  } catch (e) {
8057
8057
  console.error("❌ Error formatting code.", e), process.exit(1);
8058
8058
  }
8059
8059
  }
8060
8060
  async function wl() {
8061
8061
  try {
8062
- Re("Lint Code"), await Ie("1️⃣ Lint", "eslint", []), Fe("Code linted.");
8062
+ Re("Lint Code"), await Ie("1️⃣ Lint", "eslint", ["."]), Fe("Code linted.");
8063
8063
  } catch (e) {
8064
8064
  console.error("❌ Error linting code.", e), process.exit(1);
8065
8065
  }