@w5s/eslint-config 3.0.1 → 3.0.2
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/index.d.ts +1 -1
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/index.ts +1 -0
package/dist/index.d.ts
CHANGED
|
@@ -8051,4 +8051,4 @@ interface DefineConfigOptions extends ignores.Options {
|
|
|
8051
8051
|
}
|
|
8052
8052
|
declare function defineConfig(options?: DefineConfigOptions): Promise<Config[]>;
|
|
8053
8053
|
|
|
8054
|
-
export { type DefineConfigOptions, defineConfig as default, defineConfig, es, ignores, imports, jsdoc, jsonc, node, stylistic, test, ts, unicorn, yml };
|
|
8054
|
+
export { type Config, type DefineConfigOptions, type PluginOptionsBase, StylisticConfig, type StylisticParameters, defineConfig as default, defineConfig, es, ignores, imports, jsdoc, jsonc, node, stylistic, test, ts, unicorn, yml };
|
package/dist/index.js
CHANGED
|
@@ -3045,9 +3045,9 @@ var require_globals2 = __commonJS({
|
|
|
3045
3045
|
}
|
|
3046
3046
|
});
|
|
3047
3047
|
|
|
3048
|
-
// node_modules/@eslint/js/package.json
|
|
3048
|
+
// ../../node_modules/@eslint/js/package.json
|
|
3049
3049
|
var require_package = __commonJS({
|
|
3050
|
-
"node_modules/@eslint/js/package.json"(exports, module) {
|
|
3050
|
+
"../../node_modules/@eslint/js/package.json"(exports, module) {
|
|
3051
3051
|
module.exports = {
|
|
3052
3052
|
name: "@eslint/js",
|
|
3053
3053
|
version: "9.38.0",
|
|
@@ -3087,9 +3087,9 @@ var require_package = __commonJS({
|
|
|
3087
3087
|
}
|
|
3088
3088
|
});
|
|
3089
3089
|
|
|
3090
|
-
// node_modules/@eslint/js/src/configs/eslint-all.js
|
|
3090
|
+
// ../../node_modules/@eslint/js/src/configs/eslint-all.js
|
|
3091
3091
|
var require_eslint_all = __commonJS({
|
|
3092
|
-
"node_modules/@eslint/js/src/configs/eslint-all.js"(exports, module) {
|
|
3092
|
+
"../../node_modules/@eslint/js/src/configs/eslint-all.js"(exports, module) {
|
|
3093
3093
|
module.exports = Object.freeze({
|
|
3094
3094
|
rules: Object.freeze({
|
|
3095
3095
|
"accessor-pairs": "error",
|
|
@@ -3296,9 +3296,9 @@ var require_eslint_all = __commonJS({
|
|
|
3296
3296
|
}
|
|
3297
3297
|
});
|
|
3298
3298
|
|
|
3299
|
-
// node_modules/@eslint/js/src/configs/eslint-recommended.js
|
|
3299
|
+
// ../../node_modules/@eslint/js/src/configs/eslint-recommended.js
|
|
3300
3300
|
var require_eslint_recommended = __commonJS({
|
|
3301
|
-
"node_modules/@eslint/js/src/configs/eslint-recommended.js"(exports, module) {
|
|
3301
|
+
"../../node_modules/@eslint/js/src/configs/eslint-recommended.js"(exports, module) {
|
|
3302
3302
|
module.exports = Object.freeze({
|
|
3303
3303
|
rules: Object.freeze({
|
|
3304
3304
|
"constructor-super": "error",
|
|
@@ -3367,9 +3367,9 @@ var require_eslint_recommended = __commonJS({
|
|
|
3367
3367
|
}
|
|
3368
3368
|
});
|
|
3369
3369
|
|
|
3370
|
-
// node_modules/@eslint/js/src/index.js
|
|
3370
|
+
// ../../node_modules/@eslint/js/src/index.js
|
|
3371
3371
|
var require_src = __commonJS({
|
|
3372
|
-
"node_modules/@eslint/js/src/index.js"(exports, module) {
|
|
3372
|
+
"../../node_modules/@eslint/js/src/index.js"(exports, module) {
|
|
3373
3373
|
var { name, version } = require_package();
|
|
3374
3374
|
module.exports = {
|
|
3375
3375
|
meta: {
|
|
@@ -4168,6 +4168,6 @@ async function defineConfig(options = {}) {
|
|
|
4168
4168
|
return nested.reduce((acc, curr) => [...acc, ...curr], []);
|
|
4169
4169
|
}
|
|
4170
4170
|
|
|
4171
|
-
export { defineConfig as default, defineConfig, es, ignores, imports, jsdoc, jsonc, node, stylistic, test, ts, unicorn, yml };
|
|
4171
|
+
export { StylisticConfig, defineConfig as default, defineConfig, es, ignores, imports, jsdoc, jsonc, node, stylistic, test, ts, unicorn, yml };
|
|
4172
4172
|
//# sourceMappingURL=index.js.map
|
|
4173
4173
|
//# sourceMappingURL=index.js.map
|