@arcgis/eslint-config 5.2.0-next.79 → 5.2.0-next.84

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.
@@ -107,15 +107,15 @@ function isBindThisCallee(callee) {
107
107
  export {
108
108
  luminaEntrypointName as a,
109
109
  luminaTestEntrypointName as b,
110
- getProperty as c,
111
- isCreateEvent as d,
110
+ isCreateEvent as c,
111
+ getName as d,
112
112
  extractDeclareElementsInterface as e,
113
- getName as f,
114
- getComponentDeclaration as g,
113
+ checkForLuminaJsx as f,
114
+ getProperty as g,
115
115
  hasDecorator as h,
116
116
  isGetterWithoutSetter as i,
117
- checkForLuminaJsx as j,
118
- isBindThisCallee as k,
117
+ isBindThisCallee as j,
118
+ getComponentDeclaration as k,
119
119
  luminaJsxExportName as l,
120
120
  parsePropertyDecorator as p,
121
121
  sourceCodeDeclaresComponent as s,
@@ -1,5 +1,5 @@
1
1
  import { ESLintUtils } from "@typescript-eslint/utils";
2
- const version = "5.2.0-next.79";
2
+ const version = "5.2.0-next.84";
3
3
  const packageJson = {
4
4
  version
5
5
  };
@@ -1,4 +1,4 @@
1
- import { m as makeEslintPlugin } from "../../makePlugin-Scu-nsH-.js";
1
+ import { m as makeEslintPlugin } from "../../makePlugin-Bvcq86uq.js";
2
2
  import { AST_NODE_TYPES, AST_TOKEN_TYPES } from "@typescript-eslint/utils";
3
3
  import { generateDifferences, showInvisibles } from "prettier-linter-helpers";
4
4
  import path, { relative, win32, posix, normalize } from "path";
@@ -1,6 +1,6 @@
1
- import { m as makeEslintPlugin } from "../../makePlugin-Scu-nsH-.js";
1
+ import { m as makeEslintPlugin } from "../../makePlugin-Bvcq86uq.js";
2
2
  import { AST_NODE_TYPES, ESLintUtils, AST_TOKEN_TYPES } from "@typescript-eslint/utils";
3
- import { l as luminaJsxExportName, a as luminaEntrypointName, b as luminaTestEntrypointName, s as sourceCodeDeclaresComponent, p as parsePropertyDecorator, c as getProperty, i as isGetterWithoutSetter, e as extractDeclareElementsInterface, d as isCreateEvent, h as hasDecorator, f as getName, j as checkForLuminaJsx, k as isBindThisCallee, g as getComponentDeclaration, u as unwrapExpression } from "../../estree-CDc-die8.js";
3
+ import { l as luminaJsxExportName, a as luminaEntrypointName, b as luminaTestEntrypointName, s as sourceCodeDeclaresComponent, p as parsePropertyDecorator, g as getProperty, i as isGetterWithoutSetter, e as extractDeclareElementsInterface, c as isCreateEvent, h as hasDecorator, d as getName, f as checkForLuminaJsx, j as isBindThisCallee, k as getComponentDeclaration, u as unwrapExpression } from "../../estree-5iKU4xoP.js";
4
4
  import ts from "typescript";
5
5
  import { camelToKebab } from "@arcgis/toolkit/string";
6
6
  const plugin = makeEslintPlugin(
@@ -1,10 +1,10 @@
1
- import { m as makeEslintPlugin } from "../../makePlugin-Scu-nsH-.js";
1
+ import { m as makeEslintPlugin } from "../../makePlugin-Bvcq86uq.js";
2
2
  import { TSESTree, AST_TOKEN_TYPES, AST_NODE_TYPES, TSESLint } from "@typescript-eslint/utils";
3
3
  import path from "node:path";
4
4
  import { resolve } from "path/posix";
5
5
  import globals from "globals";
6
6
  import { uncapitalize, kebabToPascal } from "@arcgis/toolkit/string";
7
- import { e as extractDeclareElementsInterface, g as getComponentDeclaration } from "../../estree-CDc-die8.js";
7
+ import { e as extractDeclareElementsInterface, k as getComponentDeclaration } from "../../estree-5iKU4xoP.js";
8
8
  const plugin = makeEslintPlugin(
9
9
  "webgis",
10
10
  (rule) => `https://devtopia.esri.com/WebGIS/webgis-sdk/tree/main/packages/support-packages/eslint-config/src/plugins/webgis/rules/${rule}.ts`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/eslint-config",
3
- "version": "5.2.0-next.79",
3
+ "version": "5.2.0-next.84",
4
4
  "description": "ESLint configuration for WebGIS SDK",
5
5
  "type": "module",
6
6
  "exports": {
@@ -41,7 +41,7 @@
41
41
  "tslib": "^2.8.1",
42
42
  "typescript": "~6.0.3",
43
43
  "typescript-eslint": "^8.63.0",
44
- "@arcgis/toolkit": "5.2.0-next.79"
44
+ "@arcgis/toolkit": "5.2.0-next.84"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "eslint": "^10.6.0"