Skip to content

Commit

Permalink
Linter improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
cvle committed Oct 27, 2016
1 parent c470e2d commit 5f21641
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 53 deletions.
49 changes: 0 additions & 49 deletions eslintrc.json

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"documentation": "^4.0.0-beta9",
"documentation-markdown-api-theme": "^1.0.2",
"es6-set": "^0.1.4",
"eslint": "^3.7.1",
"eslint": "^3.8.1",
"eslint-config-airbnb-base": "^9.0.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-import": "^2.0.1",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-jsonlint": "^1.1.2",
Expand Down
4 changes: 2 additions & 2 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"curly": true,
"quotemark": [
true,
"double"
"double",
"avoid-escape"
],
"semicolon": [
true,
Expand All @@ -45,7 +46,6 @@
"typedef": [
true,
"call-signature",
"parameter",
"property-declaration",
"member-variable-declaration"
],
Expand Down

0 comments on commit 5f21641

Please sign in to comment.