Skip to content
Snippets Groups Projects
Commit 47fb3b14 authored by Xiao Gui's avatar Xiao Gui
Browse files

fix lint

parent 28252c85
No related branches found
No related tags found
No related merge requests found
......@@ -17,5 +17,6 @@ export class BsRegionInputBase{
return this._region
}
// eslint-disable-next-line @typescript-eslint/no-empty-function
constructor(){}
}
\ No newline at end of file
......@@ -12,5 +12,6 @@ export class BsFeatureReceptorBase {
public error = null
// eslint-disable-next-line @typescript-eslint/no-empty-function
constructor(){}
}
\ No newline at end of file
......@@ -8,7 +8,7 @@ type TReceptor = string // TODO complete all possible neuroreceptor
type TReceptorSymbol = {
[key: string]: {
receptor: TReceptorCommon,
receptor: TReceptorCommon
neurotransmitter: TReceptorCommon & { label: string }
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment