@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 +1 -2
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +1 -2
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +1 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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
|
-
|
|
15860
|
-
return errorCount > 0 ? 1 : 0;
|
|
15859
|
+
return 0;
|
|
15861
15860
|
}
|
|
15862
15861
|
|
|
15863
15862
|
// src/cli.ts
|