eslint config
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
const hello = (name: string) => MessageLog.trace(`Hello, ${name}!`);
|
||||
const hello = (name: string) => {
|
||||
MessageLog.trace(`Hello, ${name}!`);
|
||||
};
|
||||
|
||||
hello("Alice");
|
||||
|
||||
Reference in New Issue
Block a user