chore: prettier and linter

This commit is contained in:
fragosti
2018-11-02 17:26:04 -07:00
parent 245fa95424
commit bb9c21fb14
2 changed files with 11 additions and 12 deletions

View File

@@ -1,13 +1,13 @@
{
"domain": "0x-instant-staging",
"build_command": "yarn build:umd:prod",
"upload_directory": "public",
"index_key": "index.html",
"error_key": "index.html",
"trailing_slashes": true,
"cache": 3600,
"aws_profile": "default",
"aws_region": "us-east-1",
"cdn": false,
"dns_configured": true
"domain": "0x-instant-staging",
"build_command": "yarn build:umd:prod",
"upload_directory": "public",
"index_key": "index.html",
"error_key": "index.html",
"trailing_slashes": true,
"cache": 3600,
"aws_profile": "default",
"aws_region": "us-east-1",
"cdn": false,
"dns_configured": true
}

View File

@@ -15,7 +15,6 @@ import {
OrderProcessState,
OrderState,
} from '../types';
import { assetUtils } from '../util/asset';
import { Action, ActionTypes } from './actions';