You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
12:3 error Use @Input rather than the \`inputs\` metadata property (https://angular.io/styleguide#style-05-12) @angular-eslint/no-inputs-metadata-property
23
-
13:3 error Use @Output rather than the \`outputs\` metadata property (https://angular.io/styleguide#style-05-12) @angular-eslint/no-outputs-metadata-property
24
-
14:3 error Use @Output rather than the \`host\` metadata property (https://angular.io/styleguide#style-05-12) @angular-eslint/no-host-metadata-property
25
-
18:3 error In the class \\"ExampleComponent\\", the output property \\"onFoo\\" should not be prefixed with on @angular-eslint/no-output-on-prefix
26
-
27
-
✖ 4 problems (4 errors, 0 warnings)
29
+
4:13 error Strings must use singlequote quotes
30
+
12:3 error Use @Input rather than the \`inputs\` metadata property (https://angular.io/styleguide#style-05-12) @angular-eslint/no-inputs-metadata-property
31
+
13:3 error Use @Output rather than the \`outputs\` metadata property (https://angular.io/styleguide#style-05-12) @angular-eslint/no-outputs-metadata-property
32
+
14:3 error Use @Output rather than the \`host\` metadata property (https://angular.io/styleguide#style-05-12) @angular-eslint/no-host-metadata-property
33
+
18:3 error In the class \\"ExampleComponent\\", the output property \\"onFoo\\" should not be prefixed with on @angular-eslint/no-output-on-prefix
34
+
6:35 error Invalid binding syntax. Use [(expr)] instead @angular-eslint/template/banana-in-a-box
35
+
8:15 error Invalid binding syntax. Use [(expr)] instead @angular-eslint/template/banana-in-a-box
36
+
8:29 error Invalid binding syntax. Use [(expr)] instead @angular-eslint/template/banana-in-a-box
37
+
9:48 error Invalid binding syntax. Use [(expr)] instead @angular-eslint/template/banana-in-a-box
38
+
39
+
✖ 9 problems (9 errors, 0 warnings)
40
+
5 errors and 0 warnings potentially fixable with the \`--fix\` option.
0 commit comments