Improvment in tslint standard (#16)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// - Import react components
|
||||
import { firebaseRef, firebaseAuth } from 'app/firebase/';
|
||||
import { firebaseRef, firebaseAuth } from 'app/firebase/'
|
||||
|
||||
import { SocialError } from "domain/common";
|
||||
import { ICommentService } from 'services/comments';
|
||||
import { SocialError } from 'domain/common'
|
||||
import { ICommentService } from 'services/comments'
|
||||
|
||||
/**
|
||||
* Firbase comment service
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { CommentService } from "./CommentService";
|
||||
import { CommentService } from './CommentService'
|
||||
|
||||
export {
|
||||
CommentService
|
||||
|
||||
Reference in New Issue
Block a user