@jsse/eslint-config 0.3.1 → 0.3.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/CHANGELOG.md +6 -0
- package/dist/cli.js +1 -1
- package/dist/esm/generated/version.d.ts +1 -1
- package/dist/esm/generated/version.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/cli.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "0.3.
|
|
1
|
+
export declare const VERSION = "0.3.2";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = "0.3.
|
|
1
|
+
export const VERSION = "0.3.2";
|
package/dist/index.d.ts
CHANGED
|
@@ -24554,7 +24554,7 @@ declare function jsse(options?: OptionsConfig & TypedFlatConfigItem, ...userConf
|
|
|
24554
24554
|
declare function defineConfig(options?: OptionsConfig & TypedFlatConfigItem, ...userConfigs: (TypedFlatConfigItem | TypedFlatConfigItem[])[]): Promise<TypedFlatConfigItem[]>;
|
|
24555
24555
|
type DefineConfig = typeof defineConfig;
|
|
24556
24556
|
|
|
24557
|
-
declare const VERSION = "0.3.
|
|
24557
|
+
declare const VERSION = "0.3.2";
|
|
24558
24558
|
|
|
24559
24559
|
declare const GLOB_SRC_EXT = "?([cm])[jt]s?(x)";
|
|
24560
24560
|
declare const GLOB_JS_SRC_EXT = "?([cm])js?(x)";
|
package/dist/index.js
CHANGED
|
@@ -13851,7 +13851,7 @@ async function defineConfig(options = {}, ...userConfigs) {
|
|
|
13851
13851
|
}
|
|
13852
13852
|
|
|
13853
13853
|
// src/generated/version.ts
|
|
13854
|
-
var VERSION = "0.3.
|
|
13854
|
+
var VERSION = "0.3.2";
|
|
13855
13855
|
|
|
13856
13856
|
// src/presets.ts
|
|
13857
13857
|
var jsseReact = (options, ...configs) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsse/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.2",
|
|
5
5
|
"description": "@jsse/eslint-config ~ WYSIWYG",
|
|
6
6
|
"author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"main": "./dist/index.js",
|
|
27
27
|
"types": "./dist/index.d.ts",
|
|
28
28
|
"bin": {
|
|
29
|
-
"jsselint": "dist/cli.
|
|
29
|
+
"jsselint": "dist/cli.js"
|
|
30
30
|
},
|
|
31
31
|
"files": [
|
|
32
32
|
"!**/*.test.*",
|