Showing 108 of 111 total issues
Missing semicolon Open
import * as path from 'path'
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
const extension = generator.endsWith('ts') ? 'ts' : 'js'
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
const oldBundleDefined = has(this.project.config, 'extensions.bundle.output')
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
import { GraphQLConfig, GraphQLProjectConfig } from 'graphql-config'
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
outputPath = path.join(this.argv.output, `${this.projectName}.graphql`)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
import { generateCode } from 'graphql-static-binding'
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
import { get, has, merge } from 'lodash'
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
let bindingExtensionConfig: { 'prepare-binding': { output: string; generator: string } } | undefined
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
throw new Error('No projects defined in config file')
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
const finalSchema: string = generateCode(schemaContents, generator)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
this.config.saveConfig(this.project.config, this.projectName)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
schemaPath = this.project.schemaPath
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing semicolon Open
outputPath = path.join(this.argv.output, `${this.projectName}.${extension}`)
- 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
import chalk from 'chalk'
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks