A Brackets extension that adds TSLint linter for typescript files.
##Configuration:
this extension use the brackets préférence system, see : https://github.com/adobe/brackets/wiki/How-to-Use-Brackets#preferences
This extensions provides 3 configuration :
-
enabled : a
booleanallowing to enable/disabled the linter, default:true. (to use this option add for example a"tslint.enabled": falsesection to your user/project configuration files) -
config : a
stringdescribing the location of the tslint configuration file, default:tslint.json. (to use this option add for example a"tslint.config": myfile.jsonsection to your user/project configuration files) -
rulesDirectory : a
stringdescribing the location of the directoring containing custom tslint rules, default:null(to use this option add for example a"tslint.rulesDirectory": myRulesDirsection to your user/project configuration files)