@solvro/config 1.0.3 → 1.0.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/bin/index.js +1 -1
- package/dist/{chunk-4C4AR77R.js → chunk-62DEEFN2.js} +0 -17
- package/dist/eslint-config/cli.cjs +5161 -113
- package/dist/eslint-config/cli.js +5175 -129
- package/dist/eslint-config/index.cjs +83 -71701
- package/dist/eslint-config/index.d.cts +0 -125
- package/dist/eslint-config/index.d.ts +0 -125
- package/dist/eslint-config/index.js +18 -14274
- package/dist/prettier-config/index.js +1 -1
- package/package.json +27 -29
- package/dist/chunk-SND5ODI2.js +0 -20878
- package/dist/dist-2ZVVVZXY.js +0 -35994
- package/dist/eslint-plugin-react-refresh-MJ7ZDK5R.js +0 -258
package/bin/index.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
#!/usr/bin/env node
|
2
|
-
import "../dist/cli.js";
|
2
|
+
import "../dist/eslint-config/cli.js";
|
@@ -16,10 +16,6 @@ var __esm = (fn, res) => function __init() {
|
|
16
16
|
var __commonJS = (cb, mod) => function __require2() {
|
17
17
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
18
18
|
};
|
19
|
-
var __export = (target, all) => {
|
20
|
-
for (var name in all)
|
21
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
22
|
-
};
|
23
19
|
var __copyProps = (to, from, except, desc) => {
|
24
20
|
if (from && typeof from === "object" || typeof from === "function") {
|
25
21
|
for (let key of __getOwnPropNames(from))
|
@@ -36,30 +32,17 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
36
32
|
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
37
33
|
mod
|
38
34
|
));
|
39
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
40
35
|
|
41
36
|
// node_modules/tsup/assets/esm_shims.js
|
42
|
-
import { fileURLToPath } from "url";
|
43
|
-
import path from "path";
|
44
|
-
var getFilename, getDirname, __dirname, __filename;
|
45
37
|
var init_esm_shims = __esm({
|
46
38
|
"node_modules/tsup/assets/esm_shims.js"() {
|
47
39
|
"use strict";
|
48
|
-
getFilename = () => fileURLToPath(import.meta.url);
|
49
|
-
getDirname = () => path.dirname(getFilename());
|
50
|
-
__dirname = /* @__PURE__ */ getDirname();
|
51
|
-
__filename = /* @__PURE__ */ getFilename();
|
52
40
|
}
|
53
41
|
});
|
54
42
|
|
55
43
|
export {
|
56
44
|
__require,
|
57
|
-
__esm,
|
58
45
|
__commonJS,
|
59
|
-
__export,
|
60
46
|
__toESM,
|
61
|
-
__toCommonJS,
|
62
|
-
__dirname,
|
63
|
-
__filename,
|
64
47
|
init_esm_shims
|
65
48
|
};
|