File tree Expand file tree Collapse file tree 3 files changed +30689
-67
lines changed
Expand file tree Collapse file tree 3 files changed +30689
-67
lines changed Original file line number Diff line number Diff line change 99 },
1010 "extends" : [" plugin:@angular-eslint/recommended" ],
1111 "rules" : {
12+ "@angular-eslint/no-empty-lifecycle-method" : " warn" ,
13+ "@angular-eslint/component-class-suffix" :" warn" ,
14+ "@angular-eslint/no-output-on-prefix" :" warn" ,
1215 "@angular-eslint/directive-selector" : [
13- " error " ,
16+ " warn " ,
1417 {
1518 "type" : " attribute" ,
1619 "prefix" : " df" ,
1720 "style" : " camelCase"
1821 }
1922 ],
2023 "@angular-eslint/component-selector" : [
21- " error " ,
24+ " warn " ,
2225 {
2326 "type" : " element" ,
2427 "prefix" : " df" ,
2528 "style" : " kebab-case"
2629 }
2730 ],
2831 "quotes" : [
29- " error " ,
32+ " warn " ,
3033 " single" ,
3134 {
3235 "allowTemplateLiterals" : true
3942 "extends" : [" plugin:@angular-eslint/template/recommended" ],
4043 "rules" : {
4144 "max-len" : [
42- " error " ,
45+ " warn " ,
4346 {
4447 "code" : 140
4548 }
You can’t perform that action at this time.
0 commit comments