Open santiDotIO opened 6 years ago
Note: for support questions, please use one of these channels:
https://forum.ionicframework.com/ http://ionicworldwide.herokuapp.com/
tslint has a built-in fix option. Currently, it's hardcoded to false. there should be a config to allow tslint fix option https://github.com/ionic-team/ionic-app-scripts/blob/master/src/lint/lint-factory.ts#L94
Potentially add something like tslint_auto_fix in package.json config
tslint_auto_fix
package.json
config
Which @ionic/app-scripts version are you using? v3.1.8
Any news on this? Couldn't find a way to run linting with autofix via ionic-app-scripts.
it's been a year... still no progress on this??
Note: for support questions, please use one of these channels:
https://forum.ionicframework.com/ http://ionicworldwide.herokuapp.com/
Short description of the problem:
tslint has a built-in fix option. Currently, it's hardcoded to false. there should be a config to allow tslint fix option https://github.com/ionic-team/ionic-app-scripts/blob/master/src/lint/lint-factory.ts#L94
What behavior are you expecting?
Potentially add something like
tslint_auto_fix
inpackage.json
config
Which @ionic/app-scripts version are you using? v3.1.8