1
1
diff --git a/dist/index.js b/dist/index.js
2
- index 2b83747e0517c5883b6cadc86a6bf3b78d5abfae..30e8597ec56cebb7a2dd7926d9cb18e248fec1b0 100644
2
+ index 2b83747e0517c5883b6cadc86a6bf3b78d5abfae..c5a0f0fe6e47899f9a30e500df4ab844e241a9e5 100644
3
3
--- a/dist/index.js
4
4
+++ b/dist/index.js
5
5
@@ -16,7 +16,8 @@ var tsExtensions = "ts,mts,cts";
@@ -12,11 +12,20 @@ index 2b83747e0517c5883b6cadc86a6bf3b78d5abfae..30e8597ec56cebb7a2dd7926d9cb18e2
12
12
var testsFilePatterns = [
13
13
`**/*.{test,spec}.{${allJsExtensions}}`,
14
14
`**/tests/**/*.{${allJsExtensions}}`,
15
- @@ -1192,7 +1193,6 @@ var getExportableConfig = (userConfigChoices = sheriffStartingOptions, areAllRul
15
+ @@ -1192,7 +1193,7 @@ var getExportableConfig = (userConfigChoices = sheriffStartingOptions, areAllRul
16
16
};
17
17
18
18
// src/index.ts
19
19
- import {} from "@typescript-eslint/utils";
20
+ + import { TSESLint } from "@typescript-eslint/utils";
20
21
import { default as default2 } from "typescript-eslint";
21
22
var exportableAllJsExtensions = allJsExtensions;
22
23
var exportableAllJsxExtensions = allJsxExtensions;
24
+ @@ -1201,6 +1202,7 @@ var exportableSheriffStartingOptions = sheriffStartingOptions;
25
+ var exportableSupportedFileTypes = supportedFileTypes;
26
+ var exportableTestsFilePatterns = testsFilePatterns;
27
+ export {
28
+ + TSESLint,
29
+ exportableAllJsExtensions as allJsExtensions,
30
+ exportableAllJsxExtensions as allJsxExtensions,
31
+ getExportableConfig as default,
0 commit comments