-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussioneffort1: easy (hours)featureIssue that requests a new featureIssue that requests a new feature
Description
With palantir/tslint#2723 merged, TS Lint will allow both quotemark and indentation auto-fix. This, together with #6213, allows generators to automatically fix such style issues in generated files.
A flag to always auto-fix should be added to .angular-cli.json
to always fix on generators:
"defaults": {
"lintFix": true,
"styleExt": "css",
"component": {}
}
To allow this functionality for new projects, the global .angular-cli.json
needs to be include some style information that will be used to override tstlint
and .editorconfig
settings, and linting must run post install.
nnennajohn, osnoser1, ArturKwiatkowski, ScottBouloutian, dherges and 28 more
Metadata
Metadata
Assignees
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussioneffort1: easy (hours)featureIssue that requests a new featureIssue that requests a new feature