Showing 108 of 111 total issues
Missing semicolon Open
const projects: { [name: string]: GraphQLProjectConfig } = this.getProjectConfig()
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
this.setCurrentProject(project, projectName)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
return { 'prepare-bundle': outputPath }
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
delete this.project.config.extensions!.binding
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
return this.project.schemaPath
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
return this.argv.generator
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
let outputPath: string
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
const finalSchema = importSchema(schemaPath)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
const bundleDefined = has(this.project.config, 'extensions.prepare-bundle.output')
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
this.config = await this.context.getConfig()
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
this.project = project
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
this.context.spinner.start(`Processing schema imports for project ${this.projectDisplayName()}...`)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
const generator: string = this.determineGenerator()
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
outputPath = get(this.project.config, `extensions.prepare-binding.output`)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
private projectDisplayName = () => chalk.green(this.projectName)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
import { Prepare } from './prepare'
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks