@datapos/datapos-development 0.3.367 → 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.
@@ -8059,7 +8059,7 @@ async function kl() {
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
  }