Skip to content

nubisonline/brackets-tslint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brackets-tslint

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 boolean allowing to enable/disabled the linter, default: true. (to use this option add for example a "tslint.enabled": false section to your user/project configuration files)

  • config : a string describing the location of the tslint configuration file, default: tslint.json. (to use this option add for example a "tslint.config": myfile.json section to your user/project configuration files)

  • rulesDirectory : a string describing the location of the directoring containing custom tslint rules, default: null (to use this option add for example a "tslint.rulesDirectory": myRulesDir section to your user/project configuration files)

About

TSlint support for Brackets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%