.omletrc
Configuration file for @omlet/cli
| Type | object |
|---|---|
| File match |
.omletrc
.omletrc.json
.omletrc.yaml
.omletrc.yml
omletrc
omletrc.json
omletrc.yaml
omletrc.yml
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/omletrc/latest.json |
| Source | https://www.schemastore.org/omletrc.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
$schema
string
The schema that the configuration file uses.
include
string[]
Filenames or glob patterns that will be included in the scan.
minItems=1
ignore
string[]
Filenames or glob patterns that will be excluded from the scan.
tsconfigPath
string
Path to your tsconfig file.
aliases
Record<string, string | string[]>
exports
string | string[] | object
workspaces
Record<string, object>
Package-specific configurations if you have a monorepo.
hookScript
string
Definitions
tsconfigPath
string
Path to your tsconfig file.
aliases
Record<string, string | string[]>
exports
string | string[] | object