@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.js
CHANGED
|
@@ -15829,8 +15829,7 @@ async function lint(options = {}) {
|
|
|
15829
15829
|
} else {
|
|
15830
15830
|
formatResults(results, lintableItems.length, excludedItems.length);
|
|
15831
15831
|
}
|
|
15832
|
-
|
|
15833
|
-
return errorCount > 0 ? 1 : 0;
|
|
15832
|
+
return 0;
|
|
15834
15833
|
}
|
|
15835
15834
|
|
|
15836
15835
|
// src/cli.ts
|