Make linter chill out
parent
f0908080d8
commit
557fcd25e1
|
@ -78,7 +78,10 @@ class BodyBuilder extends PureComponent<Props> {
|
||||||
}
|
}
|
||||||
|
|
||||||
private createNewDeclaration = (bodyID, name, declarationID) => {
|
private createNewDeclaration = (bodyID, name, declarationID) => {
|
||||||
console.log(bodyID, name, declarationID)
|
// Returning a string here so linter stops yelling
|
||||||
|
// TODO: write a real function
|
||||||
|
|
||||||
|
return `${bodyID} / ${name} / ${declarationID}`
|
||||||
}
|
}
|
||||||
|
|
||||||
private get funcNames() {
|
private get funcNames() {
|
||||||
|
|
Loading…
Reference in New Issue