@angular-eslint/eslint-plugin
Advanced tools
Comparing version
@@ -7,3 +7,3 @@ "use strict"; | ||
exports.RULE_NAME = 'no-output-on-prefix'; | ||
const STYLE_GUIDE_LINK = 'https://angular.dev/style-guide#style-05-16'; | ||
const STYLE_GUIDE_LINK = 'https://angular.dev/guide/components/outputs#choosing-event-names'; | ||
exports.default = (0, create_eslint_rule_1.createESLintRule)({ | ||
@@ -10,0 +10,0 @@ name: exports.RULE_NAME, |
{ | ||
"name": "@angular-eslint/eslint-plugin", | ||
"version": "20.1.1-alpha.0", | ||
"version": "20.1.1-alpha.1", | ||
"description": "ESLint plugin for Angular applications, following https://angular.dev/style-guide", | ||
@@ -22,7 +22,7 @@ "license": "MIT", | ||
"ts-api-utils": "^2.1.0", | ||
"@angular-eslint/bundled-angular-compiler": "20.1.1-alpha.0", | ||
"@angular-eslint/utils": "20.1.1-alpha.0" | ||
"@angular-eslint/bundled-angular-compiler": "20.1.1-alpha.1", | ||
"@angular-eslint/utils": "20.1.1-alpha.1" | ||
}, | ||
"devDependencies": { | ||
"@angular-eslint/test-utils": "20.1.1-alpha.0" | ||
"@angular-eslint/test-utils": "20.1.1-alpha.1" | ||
}, | ||
@@ -29,0 +29,0 @@ "peerDependencies": { |
@@ -64,3 +64,3 @@ # @angular-eslint/eslint-plugin | ||
| [`no-output-native`](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/no-output-native.md) | Ensures that output bindings, including aliases, are not named as standard DOM events | :white_check_mark: | | | | ||
| [`no-output-on-prefix`](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/no-output-on-prefix.md) | Ensures that output bindings, including aliases, are not named "on", nor prefixed with it. See more at https://angular.dev/style-guide#style-05-16 | :white_check_mark: | | | | ||
| [`no-output-on-prefix`](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/no-output-on-prefix.md) | Ensures that output bindings, including aliases, are not named "on", nor prefixed with it. See more at https://angular.dev/guide/components/outputs#choosing-event-names | :white_check_mark: | | | | ||
| [`no-output-rename`](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/no-output-rename.md) | Ensures that output bindings are not aliased | :white_check_mark: | :wrench: | :bulb: | | ||
@@ -67,0 +67,0 @@ | [`no-outputs-metadata-property`](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/no-outputs-metadata-property.md) | Disallows usage of the `outputs` metadata property. See more at https://angular.dev/style-guide#style-05-12 | :white_check_mark: | | | |
Sorry, the diff of this file is not supported yet
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
233702
0.02%+ Added
+ Added
- Removed
- Removed
Updated