@zthun/janitor-lint 19.4.3 → 19.5.0
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 -1
- package/dist/cli.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/janitor-lint-DdyMWYZn.js +918 -0
- package/dist/{janitor-lint-Caz9LdHb.js.map → janitor-lint-DdyMWYZn.js.map} +1 -1
- package/dist/janitor-lint-Dp9Vo0ze.cjs +935 -0
- package/dist/{janitor-lint-Bxcyf8LN.cjs.map → janitor-lint-Dp9Vo0ze.cjs.map} +1 -1
- package/package.json +4 -4
- package/dist/janitor-lint-Bxcyf8LN.cjs +0 -1375
- package/dist/janitor-lint-Caz9LdHb.js +0 -1358
package/dist/cli.cjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
const usage = require('yargs');
|
|
5
|
-
const janitorLint = require('./janitor-lint-
|
|
5
|
+
const janitorLint = require('./janitor-lint-Dp9Vo0ze.cjs');
|
|
6
6
|
|
|
7
7
|
const args = usage("$0 [options]").alias("c", "config").describe("c", "Optional config file to use.").string("c").help().parse();
|
|
8
8
|
const janitor = new janitorLint.ZJanitorLint(console);
|
package/dist/cli.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import usage from 'yargs';
|
|
3
|
-
import { Z as ZJanitorLint } from './janitor-lint-
|
|
3
|
+
import { Z as ZJanitorLint } from './janitor-lint-DdyMWYZn.js';
|
|
4
4
|
|
|
5
5
|
const args = usage("$0 [options]").alias("c", "config").describe("c", "Optional config file to use.").string("c").help().parse();
|
|
6
6
|
const janitor = new ZJanitorLint(console);
|
package/dist/index.cjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const janitorLint = require('./janitor-lint-
|
|
5
|
+
const janitorLint = require('./janitor-lint-Dp9Vo0ze.cjs');
|
|
6
6
|
|
|
7
7
|
function _define_property(obj, key, value) {
|
|
8
8
|
if (key in obj) {
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as ZConfigExtender, b as ZConfigReaderCosmic, c as ZConfigReaderNull, d as ZConfigReaderPrettier, e as ZContentLinterHtml, f as ZContentLinterJson, g as ZContentLinterPretty, h as ZContentLinterYaml, Z as ZJanitorLint, i as ZLinterEs, j as ZLinterFile, k as ZLinterMarkdown, l as ZLinterReport, m as ZLinterSpelling, n as ZLinterStyle } from './janitor-lint-
|
|
1
|
+
export { a as ZConfigExtender, b as ZConfigReaderCosmic, c as ZConfigReaderNull, d as ZConfigReaderPrettier, e as ZContentLinterHtml, f as ZContentLinterJson, g as ZContentLinterPretty, h as ZContentLinterYaml, Z as ZJanitorLint, i as ZLinterEs, j as ZLinterFile, k as ZLinterMarkdown, l as ZLinterReport, m as ZLinterSpelling, n as ZLinterStyle } from './janitor-lint-DdyMWYZn.js';
|
|
2
2
|
|
|
3
3
|
function _define_property(obj, key, value) {
|
|
4
4
|
if (key in obj) {
|