change linter to standard

This commit is contained in:
Unknown
2018-11-12 10:28:59 +00:00
parent 19f3edf55a
commit 04d80c7c2f
19 changed files with 837 additions and 691 deletions

View File

@@ -1,18 +1,18 @@
import BP from "./lib/blueprinters";
import BP from './lib/blueprinters'
export default {
port: 4040,
googleSheets: {
email: "project-name@reliable-baptist-23338.iam.gserviceaccount.com",
privateKey: "SOME_PRIVATE_KEY",
email: 'project-name@reliable-baptist-23338.iam.gserviceaccount.com',
privateKey: 'SOME_PRIVATE_KEY',
sheets: [
{
name: "example",
id: "1s-vfBR8Uy-B-TLO_C5Ozw4z-L0E3hdP8ohMV761ouRI",
name: 'example',
id: '1s-vfBR8Uy-B-TLO_C5Ozw4z-L0E3hdP8ohMV761ouRI',
tabs: {
objects: [BP.byRow]
}
}
]
}
};
}