mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
* Adds types for CycloneDX 1.2-1.4 JSON blobs * Running prettier * Split tests into files and reduce size * Updated the reference to the original v1.2 SBOM * Move tests to tests directory * Rename tests to test * Fix of files after move
9 lines
157 B
JSON
9 lines
157 B
JSON
{
|
|
"extends": "@definitelytyped/dtslint/dt.json",
|
|
"linterOptions": {
|
|
"exclude": [
|
|
"test/cyclonedx_v*-tests.ts"
|
|
]
|
|
}
|
|
}
|