Skip to content

Commit

Permalink
fix: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-blunden committed Oct 22, 2018
1 parent 959a3ff commit e31acb9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

[*]
insert_final_newline = true
end_of_line = lf
Expand All @@ -11,4 +10,4 @@ indent_size = 4
indent_size = 2

[*.md]
trim_trailing_whitespace = false
trim_trailing_whitespace = false
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ cache:
env:
global:
- FORCE_COLOR=1
install:
- npm ci
jobs:
include:
- stage: test
Expand All @@ -24,3 +26,4 @@ stages:
branches:
only:
- master
- /^renovate\//
5 changes: 1 addition & 4 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ import { JsonSchemaForTheTypeScriptCompilersConfigurationFile } from './tsconfig
import { JsonSchemaForTheTsLintConfigurationFiles } from './tslint-schema'

async function main(): Promise<void> {
console.log(['',
'*️⃣ Welcome to the Sourcegraph extension creator',
'',
].join('\n'))
console.log(['', '*️⃣ Welcome to the Sourcegraph extension creator', ''].join('\n'))

if (!(await exists('.git'))) {
console.log('📘 .git directory not found, initilizing git repository')
Expand Down

0 comments on commit e31acb9

Please sign in to comment.