Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
evansb committed Jun 23, 2017
1 parent 8b5716d commit eace708
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/toolchain/src/rules/singleVariableDeclaration.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as es from 'estree'
import { stripIndent } from 'common-tags'
import { generate } from 'escodegen'

import { IError } from '../types/error'
Expand Down
1 change: 0 additions & 1 deletion packages/toolchain/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"only-arrow-functions": [true, "allow-declarations"],
"ordered-imports": [false],
"prefer-method-signature": false,
"prefer-template": [true, "allow-single-concat"],
"semicolon": [true, "never"],
"quotemark": [true, "single", "jsx-double"],
"triple-equals": [true, "allow-null-check"],
Expand Down

0 comments on commit eace708

Please sign in to comment.