dicom-microscopy-viewer
Version:
Interactive web-based viewer for DICOM Microscopy Images
41 lines (40 loc) • 782 B
JSON
{
"$schema": "https://biomejs.dev/schemas/2.3.13/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"files": {
"includes": [
"src/**/*.js",
"config/**/*.js",
"!src/__mocks__",
"!src/annotations/_AnnotationManager.test.js",
"!src/annotations/markups/_MarkupManager.test.js",
"!src/dictionary.js",
"!src/**/*.test.js",
"!!dist",
"!!docs",
"!!build",
"!!test"
]
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2
},
"javascript": {
"formatter": {
"semicolons": "asNeeded",
"quoteStyle": "single"
}
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
}
}