AtomLinter / linter-tslint

Typescript linter for AtomLinter
64 stars 23 forks source link

how to set global tslint.json by url? #69

Open stepancar opened 8 years ago

stepancar commented 8 years ago

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!

rederteph commented 8 years ago

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

arusakov commented 8 years ago

@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.

stepancar commented 8 years ago

@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!

glen-84 commented 8 years ago

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

miroswan commented 5 years ago

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.