@arcgis/eslint-config 5.0.0-next.57 → 5.0.0-next.59
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/config/lumina.js
CHANGED
|
@@ -128,14 +128,6 @@ declare global {
|
|
|
128
128
|
importNames: ["ContextProvider", "ContextConsumer", "provide", "consume"],
|
|
129
129
|
message: `For lazy-loading compatibility, import the useContextProvider() and the useContextConsumer() controllers from @arcgis/lumina/context rather than directly calling the Lit's controllers/decorators. See https://qawebgis.esri.com/references/lumina/state-management#lit-context`,
|
|
130
130
|
caseSensitive: true
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
group: ["/@arcgis/components-controllers/accessor"],
|
|
134
|
-
message: 'Import from "@arcgis/lumina/controllers/accessor" instead'
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
group: ["/@arcgis/components-controllers"],
|
|
138
|
-
message: 'Import from "@arcgis/lumina/controllers" instead'
|
|
139
131
|
}
|
|
140
132
|
]
|
|
141
133
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as makeEslintPlugin } from "../../makePlugin-
|
|
1
|
+
import { m as makeEslintPlugin } from "../../makePlugin-CCvgwdnS.js";
|
|
2
2
|
import { AST_NODE_TYPES, ESLintUtils, AST_TOKEN_TYPES } from "@typescript-eslint/utils";
|
|
3
3
|
import ts from "typescript";
|
|
4
4
|
import { camelToKebab } from "@arcgis/toolkit/string";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as makeEslintPlugin } from "../../makePlugin-
|
|
1
|
+
import { m as makeEslintPlugin } from "../../makePlugin-CCvgwdnS.js";
|
|
2
2
|
import { resolve } from "path/posix";
|
|
3
3
|
import { AST_NODE_TYPES } from "@typescript-eslint/utils";
|
|
4
4
|
const plugin = makeEslintPlugin(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/eslint-config",
|
|
3
|
-
"version": "5.0.0-next.
|
|
3
|
+
"version": "5.0.0-next.59",
|
|
4
4
|
"description": "ESLint configuration for arcgis-web-components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
],
|
|
21
21
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@arcgis/toolkit": "5.0.0-next.
|
|
23
|
+
"@arcgis/toolkit": "5.0.0-next.59",
|
|
24
24
|
"@eslint/js": "^9.39.1",
|
|
25
25
|
"@eslint/markdown": "^7.5.1",
|
|
26
26
|
"@types/confusing-browser-globals": "^1.0.3",
|