Files
DefinitelyTyped/types/cyclonedx/tslint.json
Erlend Oftedal e8dbba2613 🤖 Merge PR #64105 Add types for the CycloneDX SBOM specification by @eoftedal
* 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
2023-02-23 08:15:49 -08:00

9 lines
157 B
JSON

{
"extends": "@definitelytyped/dtslint/dt.json",
"linterOptions": {
"exclude": [
"test/cyclonedx_v*-tests.ts"
]
}
}