linter-tslint icon indicating copy to clipboard operation
linter-tslint copied to clipboard

how to set global tslint.json by url?

Open stepancar opened this issue 8 years ago • 5 comments

Hello! Thank you for this project. We created public service which response our common tslint.json In webstorm tslint we can provide http path to our tslint, but in atom we cant/ how to do? Thank you!

stepancar avatar Mar 24 '16 12:03 stepancar

It would be cool to be able to set path to tslint.json from config.

rederteph avatar Mar 24 '16 12:03 rederteph

@stepancar Http path (url) to our tslint.json, isn't it? @rederteph Config path to tslint.json is a good feature. I'm going to start working on this tonight or tomorrow.

arusakov avatar Mar 24 '16 13:03 arusakov

@arusakov , yes, tslint.json. it's good idea when you wanna share one tslint.json between all team members. You can place it on any website in private net of company. Or you can place it on shared disc. If you will implement path to tslint.json feature, please, check that net paths like (\192.168.100.*\folder\tslint.json) is available. Thank you!

stepancar avatar Mar 24 '16 17:03 stepancar

@arusakov Did you make any progress on this? (the configFile setting)

glen-84 avatar May 23 '16 12:05 glen-84

I think it would make sense if the plugin searched for a tslint file within the project first, then check for a global config file.

miroswan avatar Apr 23 '19 19:04 miroswan