Closed canemacchina closed 5 years ago
After running tslint --fix the tools seems add new line when missing, but the newly created line is not empty, it have two blank space at the beginning, causing tslint to fail again.
tslint --fix
This should now be fixed in v1.3.4
After running
tslint --fix
the tools seems add new line when missing, but the newly created line is not empty, it have two blank space at the beginning, causing tslint to fail again.