.creatomic
A config for Atomic Design 4 React generator
| 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.
tslint.jsEnable
boolean
Control whether tslint is enabled for JavaScript files or not.
tslint.rulesDirectory
string | array
An additional rules directory
tslint.validateWithDefaultConfig
boolean
Validate a file when there is only a default tslint configuration is found
tslint.configFile
string
The path to the rules configuration file
tslint.ignoreDefinitionFiles
boolean
Control if TypeScript definition files should be ignored
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)
tslint.nodePath
string
A path added to NODE_PATH when resolving the tslint module.
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.
tslint.alwaysShowRuleFailuresAsWarnings
boolean
Always show rule failures as warnings, independent of the tslint configuration.