Merge pull request #66 from KaMeHb-UA/next
#60 With fixed semicolon error
This commit is contained in:
9389
package-lock.json
generated
9389
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -34,7 +34,7 @@
|
||||
"copy-to-clipboard": "^3.0.8",
|
||||
"crypto-js": "^3.1.9-1",
|
||||
"faker": "^4.1.0",
|
||||
"firebase": "^4.11.0",
|
||||
"firebase": "^5.0.4",
|
||||
"immutable": "^3.8.2",
|
||||
"install": "^0.10.2",
|
||||
"inversify": "^4.6.0",
|
||||
|
||||
@@ -21,7 +21,7 @@ import { Manager, Target, Popper } from 'react-popper'
|
||||
import Grow from '@material-ui/core/Grow'
|
||||
import ClickAwayListener from '@material-ui/core/ClickAwayListener'
|
||||
import classNames from 'classnames'
|
||||
import IconButtonElement from 'layouts/IconButtonElement'
|
||||
import IconButtonElement from 'layouts/iconButtonElement'
|
||||
import Dialog from '@material-ui/core/Dialog'
|
||||
import DialogActions from '@material-ui/core/DialogActions'
|
||||
import DialogContent from '@material-ui/core/DialogContent'
|
||||
|
||||
@@ -49,7 +49,7 @@ import CommentGroup from 'components/commentGroup'
|
||||
import ShareDialog from 'components/shareDialog'
|
||||
import PostWrite from 'components/postWrite'
|
||||
import Img from 'components/img'
|
||||
import IconButtonElement from 'layouts/IconButtonElement'
|
||||
import IconButtonElement from 'layouts/iconButtonElement'
|
||||
import UserAvatar from 'components/userAvatar'
|
||||
|
||||
// - Import actions
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"extends": ["tslint-react"],
|
||||
"linterOptions": {
|
||||
"exclude": [
|
||||
"node_modules/firebase/firestore/index.ts"
|
||||
]
|
||||
},
|
||||
"rules": {
|
||||
"ban": false,
|
||||
"class-name": true,
|
||||
|
||||
Reference in New Issue
Block a user