@jsse/eslint-config 0.4.12 → 0.4.15
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 +18 -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 +378 -216
- package/dist/index.js +15 -8
- package/dist/{version-BbraMghN.js → version-B9AHBY3B.js} +1 -1
- package/package.json +25 -26
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @jsse/eslint-config
|
|
2
2
|
|
|
3
|
+
## 0.4.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- updated deps
|
|
8
|
+
|
|
9
|
+
## 0.4.14
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- bump past 13 bc its unlucky
|
|
14
|
+
|
|
15
|
+
## 0.4.13
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- update dependencies
|
|
20
|
+
|
|
3
21
|
## 0.4.12
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -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