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
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
There's not much we can do about this. The rule you are missing used to be provided by the 3rd party package codelyzer, which now dropped that rule. tslint currently has no equivalent.
Someone could contribute that functionality to the whitespace rule, though.
Bug Report
tslint console output
Actual behavior
Missing spaces; but no error... import {Injectable} from '@angular/core';
Expected behavior
Correct formatting... import { Injectable } from '@angular/core';
Or lint error if spaces are missing.
The text was updated successfully, but these errors were encountered: