mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 06:41:45 +08:00
feat(@schematics/angular): use more codelyzer rules
This commit is contained in:
parent
8f77d6711a
commit
12b5db4624
@ -61,15 +61,20 @@
|
|||||||
"single"
|
"single"
|
||||||
],
|
],
|
||||||
"trailing-comma": false,
|
"trailing-comma": false,
|
||||||
"no-output-on-prefix": true,
|
"banana-in-box": true,
|
||||||
"use-input-property-decorator": true,
|
|
||||||
"use-output-property-decorator": true,
|
|
||||||
"use-host-property-decorator": true,
|
|
||||||
"no-input-rename": true,
|
|
||||||
"no-output-rename": true,
|
|
||||||
"use-life-cycle-interface": true,
|
|
||||||
"use-pipe-transform-interface": true,
|
|
||||||
"component-class-suffix": true,
|
"component-class-suffix": true,
|
||||||
"directive-class-suffix": true
|
"contextual-life-cycle": true,
|
||||||
|
"directive-class-suffix": true,
|
||||||
|
"no-conflicting-life-cycle-hooks": true,
|
||||||
|
"no-input-rename": true,
|
||||||
|
"no-output-named-after-standard-event": true,
|
||||||
|
"no-output-on-prefix": true,
|
||||||
|
"no-output-rename": true,
|
||||||
|
"templates-no-negated-async": true,
|
||||||
|
"use-host-property-decorator": true,
|
||||||
|
"use-input-property-decorator": true,
|
||||||
|
"use-life-cycle-interface": true,
|
||||||
|
"use-output-property-decorator": true,
|
||||||
|
"use-pipe-transform-interface": true
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user