@arcgis/eslint-config 5.2.0-next.85 → 5.2.0-next.87

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.
@@ -431,6 +431,15 @@ const config = [
431
431
  objectLiteralTypeAssertions: "allow-as-parameter"
432
432
  }
433
433
  ],
434
+ "@typescript-eslint/consistent-type-imports": [
435
+ "warn",
436
+ {
437
+ prefer: "type-imports",
438
+ fixStyle: "inline-type-imports",
439
+ // Type imports are necessary in namespaces and global augmentations
440
+ disallowTypeAnnotations: false
441
+ }
442
+ ],
434
443
  "@typescript-eslint/consistent-type-exports": ["warn", { fixMixedExportsWithInlineTypeSpecifier: true }],
435
444
  "@typescript-eslint/no-import-type-side-effects": "error",
436
445
  "default-param-last": "off",
@@ -1,5 +1,5 @@
1
1
  import { ESLintUtils } from "@typescript-eslint/utils";
2
- const version = "5.2.0-next.85";
2
+ const version = "5.2.0-next.87";
3
3
  const packageJson = {
4
4
  version
5
5
  };
@@ -1,6 +1,6 @@
1
- import { m as makeEslintPlugin } from "../../makePlugin-DWhrcQL_.js";
2
- import { AST_NODE_TYPES, AST_TOKEN_TYPES } from "@typescript-eslint/utils";
1
+ import { m as makeEslintPlugin } from "../../makePlugin-I-AoZunY.js";
3
2
  import { generateDifferences, showInvisibles } from "prettier-linter-helpers";
3
+ import { AST_NODE_TYPES, AST_TOKEN_TYPES } from "@typescript-eslint/utils";
4
4
  import path, { relative, win32, posix, normalize } from "path";
5
5
  import { dirname, join } from "node:path";
6
6
  import { existsSync } from "node:fs";
@@ -1,4 +1,4 @@
1
- import { m as makeEslintPlugin } from "../../makePlugin-DWhrcQL_.js";
1
+ import { m as makeEslintPlugin } from "../../makePlugin-I-AoZunY.js";
2
2
  import { AST_NODE_TYPES, ESLintUtils, AST_TOKEN_TYPES } from "@typescript-eslint/utils";
3
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";
@@ -1,4 +1,4 @@
1
- import { m as makeEslintPlugin } from "../../makePlugin-DWhrcQL_.js";
1
+ import { m as makeEslintPlugin } from "../../makePlugin-I-AoZunY.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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/eslint-config",
3
- "version": "5.2.0-next.85",
3
+ "version": "5.2.0-next.87",
4
4
  "description": "ESLint configuration for WebGIS SDK",
5
5
  "type": "module",
6
6
  "exports": {
@@ -21,6 +21,7 @@
21
21
  ],
22
22
  "license": "SEE LICENSE IN LICENSE.md",
23
23
  "dependencies": {
24
+ "@arcgis/toolkit": "5.2.0-next.87",
24
25
  "@eslint/js": "^10.0.1",
25
26
  "@eslint/markdown": "^8.0.3",
26
27
  "@types/confusing-browser-globals": "^1.0.3",
@@ -40,8 +41,7 @@
40
41
  "prettier-linter-helpers": "^1.0.1",
41
42
  "tslib": "^2.8.1",
42
43
  "typescript": "~6.0.3",
43
- "typescript-eslint": "^8.63.0",
44
- "@arcgis/toolkit": "5.2.0-next.85"
44
+ "typescript-eslint": "^8.63.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "eslint": "^10.6.0"