Type object
File match .creatomic
Schema URL https://catalog.lintel.tools/schemas/schemastore/creatomic/latest.json
Source https://www.schemastore.org/creatomic.json

Validate with Lintel

npx @lintel/lintel check
Type: object

Properties

tslint.enable boolean

Control whether tslint is enabled for TypeScript files or not.

Default: true
tslint.jsEnable boolean

Control whether tslint is enabled for JavaScript files or not.

Default: false
tslint.rulesDirectory string | array

An additional rules directory

Default: ""
tslint.validateWithDefaultConfig boolean

Validate a file when there is only a default tslint configuration is found

Default: false
tslint.configFile string

The path to the rules configuration file

Default: ""
tslint.ignoreDefinitionFiles boolean

Control if TypeScript definition files should be ignored

Default: true
tslint.exclude string | array

Configure glob patterns of file paths to exclude from linting

tslint.run string

Run the linter on save (onSave) or on type (onType)

Default: "onType"
Values: "onSave" "onType"
tslint.nodePath string

A path added to NODE_PATH when resolving the tslint module.

Default: ""
tslint.autoFixOnSave boolean | array

Turns auto fix on save on or off, or defines which rules (e.g. no-var-keyword) to auto fix on save.

Default: false
tslint.alwaysShowRuleFailuresAsWarnings boolean

Always show rule failures as warnings, independent of the tslint configuration.

Default: false