Skip to content

Commit

Permalink
Upgrade: eslint-plugin-typescript to v0.5.0
Browse files Browse the repository at this point in the history
Close #416
  • Loading branch information
alrra committed Aug 13, 2017
1 parent 45955eb commit 443d104
Show file tree
Hide file tree
Showing 38 changed files with 1,058 additions and 1,284 deletions.
7 changes: 6 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,11 @@
"wrap-regex": "error",
"yoda": ["error", "never"],

"typescript/type-annotation-spacing": "error"
"typescript/explicit-member-accessibility": "error",
"typescript/interface-name-prefix": [ "error", "always" ],
"typescript/no-angle-bracket-type-assertion": "error",
"typescript/no-namespace": "error",
"typescript/no-unused-vars": "error",
"typescript/no-use-before-define": "error"
}
}
Loading

0 comments on commit 443d104

Please sign in to comment.