@ijonis/geo-lint 0.1.4 → 0.1.5

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.
package/dist/cli.cjs CHANGED
@@ -15856,8 +15856,7 @@ async function lint(options = {}) {
15856
15856
  } else {
15857
15857
  formatResults(results, lintableItems.length, excludedItems.length);
15858
15858
  }
15859
- const errorCount = results.filter((r) => r.severity === "error").length;
15860
- return errorCount > 0 ? 1 : 0;
15859
+ return 0;
15861
15860
  }
15862
15861
 
15863
15862
  // src/cli.ts