@angular-eslint/eslint-plugin-template 13.0.2-alpha.14 → 13.0.2-alpha.24
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.
|
@@ -90,6 +90,7 @@ declare const _default: {
|
|
|
90
90
|
readonly checkText?: boolean | undefined;
|
|
91
91
|
readonly ignoreAttributes?: readonly string[] | undefined;
|
|
92
92
|
readonly ignoreTags?: readonly string[] | undefined;
|
|
93
|
+
readonly requireDescription?: boolean | undefined;
|
|
93
94
|
}], import("@typescript-eslint/experimental-utils/dist/ts-eslint/Rule").RuleListener>;
|
|
94
95
|
"mouse-events-have-key-events": import("@typescript-eslint/experimental-utils/dist/ts-eslint/Rule").RuleModule<"mouseEventsHaveKeyEvents", [], import("@typescript-eslint/experimental-utils/dist/ts-eslint/Rule").RuleListener>;
|
|
95
96
|
"no-any": import("@typescript-eslint/experimental-utils/dist/ts-eslint/Rule").RuleModule<import("./rules/no-any").MessageIds, [], import("@typescript-eslint/experimental-utils/dist/ts-eslint/Rule").RuleListener>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-eslint/eslint-plugin-template",
|
|
3
|
-
"version": "13.0.2-alpha.
|
|
3
|
+
"version": "13.0.2-alpha.24+dfc3390",
|
|
4
4
|
"description": "ESLint plugin for Angular Templates",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -17,18 +17,18 @@
|
|
|
17
17
|
"LICENSE"
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@angular-eslint/bundled-angular-compiler": "13.0.2-alpha.
|
|
20
|
+
"@angular-eslint/bundled-angular-compiler": "13.0.2-alpha.24+dfc3390",
|
|
21
21
|
"@typescript-eslint/experimental-utils": "5.3.0",
|
|
22
22
|
"aria-query": "^4.2.2",
|
|
23
23
|
"axobject-query": "^2.2.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@angular-eslint/utils": "13.0.2-alpha.
|
|
26
|
+
"@angular-eslint/utils": "13.0.2-alpha.24+dfc3390",
|
|
27
27
|
"@types/aria-query": "4.2.2"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"eslint": "^7.0.0 || ^8.0.0",
|
|
31
31
|
"typescript": "*"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "dfc339079590992a85dae4c59be583ef8465e558"
|
|
34
34
|
}
|