Loading and importing form specs.
Import a package or load a local file if regexp matches filePath.
filePath
{ "specs": { "\\.html$": "aaa-aaa", "\\.ext$": "./bbb-bbb.json" },}
The below ways are deprecated.
{ "specs": "xxx-xxx",}
{ "specs": ["xxx-xxx", "./yyy-yyy.json"],}
The lintee file path
Optional
The spec property part of the config
spec
Generated using TypeDoc
Loading and importing form specs.
Import a package or load a local file if regexp matches
filePath
.The below ways are deprecated.
Returns