@jsse/eslint-config 0.4.12 → 0.4.14
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/CHANGELOG.md +12 -0
- package/dist/{chunk-CkHaCily.js → chunk-Bb8Gnt67.js} +3 -1
- package/dist/cli.d.ts +1 -1
- package/dist/cli.js +1 -1
- package/dist/index.d.ts +295 -220
- package/dist/index.js +15 -8
- package/dist/{version-BbraMghN.js → version-Me0kOJKb.js} +1 -1
- package/package.json +19 -19
package/CHANGELOG.md
CHANGED
|
@@ -10,11 +10,13 @@ var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
|
10
10
|
var __commonJS = (cb, mod) => function() {
|
|
11
11
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
12
12
|
};
|
|
13
|
-
var __export = (
|
|
13
|
+
var __export = (all) => {
|
|
14
|
+
let target = {};
|
|
14
15
|
for (var name in all) __defProp(target, name, {
|
|
15
16
|
get: all[name],
|
|
16
17
|
enumerable: true
|
|
17
18
|
});
|
|
19
|
+
return target;
|
|
18
20
|
};
|
|
19
21
|
var __copyProps = (to, from, except, desc) => {
|
|
20
22
|
if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
package/dist/cli.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export { };
|
package/dist/cli.js
CHANGED