ToolMatter
Your Apps in Action
Risersoft
Buy
Try
Explore
Documentation
Public
Use this form to visualize A config for Atomic Design 4 React generator.
{{repoTitle.MainEntity}}
tslint.enable - Control whether tslint is enabled for TypeScript files or not.
tslint.jsEnable - Control whether tslint is enabled for JavaScript files or not.
tslint.rulesDirectory - An additional rules directory
tslint.validateWithDefaultConfig - Validate a file when there is only a default tslint configuration is found
tslint.configFile - The path to the rules configuration file
tslint.ignoreDefinitionFiles - Control if TypeScript definition files should be ignored
tslint.exclude - Configure glob patterns of file paths to exclude from linting
tslint.run - Run the linter on save (onSave) or on type (onType)
tslint.nodePath - A path added to NODE_PATH when resolving the tslint module.
tslint.autoFixOnSave - Turns auto fix on save on or off, or defines which rules (e.g. `no-var-keyword`) to auto fix on save.
tslint.alwaysShowRuleFailuresAsWarnings - Always show rule failures as warnings, independent of the tslint configuration.
Download Json
{{message}}