Documentation
Preparing search index...
@dry-lint/dry-lint
CoreOptions
Interface CoreOptions
interface
CoreOptions
{
cache
?:
boolean
;
fix
?:
boolean
;
ignore
?:
string
[]
;
json
?:
boolean
;
outFile
?:
string
;
pool
?:
number
;
progress
?:
boolean
;
sarif
?:
boolean
;
threshold
?:
number
;
}
Index
Properties
cache?
fix?
ignore?
json?
out
File?
pool?
progress?
sarif?
threshold?
Properties
Optional
cache
cache
?:
boolean
Optional
fix
fix
?:
boolean
Optional
ignore
ignore
?:
string
[]
Optional
json
json
?:
boolean
Optional
out
File
outFile
?:
string
Optional
pool
pool
?:
number
Optional
progress
progress
?:
boolean
Optional
sarif
sarif
?:
boolean
Optional
threshold
threshold
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
fix
ignore
json
out
File
pool
progress
sarif
threshold
Documentation
Loading...