Improvment in tslint standard (#16)
This commit is contained in:
@@ -1,15 +1,11 @@
|
||||
import { User } from "domain/users";
|
||||
|
||||
|
||||
|
||||
import { User } from 'domain/users'
|
||||
|
||||
/**
|
||||
* Vote service interface
|
||||
*
|
||||
*
|
||||
* @export
|
||||
* @interface IVoteService
|
||||
*/
|
||||
export interface IVoteService {
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { IVoteService } from "./IVoteService";
|
||||
import { IVoteService } from './IVoteService'
|
||||
|
||||
export {
|
||||
IVoteService
|
||||
|
||||
Reference in New Issue
Block a user