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
Unfortunately, TSLint doesn't do this for any rule. No rules are enabled by default with ESLint, so I'd imagine that is the case for TSLint and codelyzer. Instead, they can come with predefined configurations, like "recommended" used with TSLint and ESLint. The codelyzer recommended configuration is provided in the README. However, codelyzer is integrated with Angular CLI and generates default configuration in workspace/tslint.json and workspace/src/tslint.json. Maybe they intend to expand on this approach?
The docs pages for the rules should mention each rule's default.
Otherwise the only way to know is to inspect the code.
The text was updated successfully, but these errors were encountered: