uilint-eslint 0.2.46 → 0.2.48

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 CHANGED
@@ -1,6 +1,7 @@
1
1
  import * as _typescript_eslint_utils_ts_eslint from '@typescript-eslint/utils/ts-eslint';
2
2
  import { Linter } from 'eslint';
3
3
  import { ESLintUtils, TSESTree } from '@typescript-eslint/utils';
4
+ export { ResolverFactory } from 'oxc-resolver';
4
5
 
5
6
  /**
6
7
  * Rule creation helper using @typescript-eslint/utils
package/dist/index.js CHANGED
@@ -6768,6 +6768,7 @@ function getAllRuleIds() {
6768
6768
  }
6769
6769
 
6770
6770
  // src/index.ts
6771
+ import { ResolverFactory as ResolverFactory3 } from "oxc-resolver";
6771
6772
  var rules = {
6772
6773
  "no-arbitrary-tailwind": no_arbitrary_tailwind_default,
6773
6774
  "consistent-spacing": consistent_spacing_default,
@@ -7105,6 +7106,7 @@ var uilintEslint = {
7105
7106
  };
7106
7107
  var index_default = uilintEslint;
7107
7108
  export {
7109
+ ResolverFactory3 as ResolverFactory,
7108
7110
  aggregateCoverage,
7109
7111
  analyzeJSXElementCoverage,
7110
7112
  buildDataLoc,