Skip to content

Commit

Permalink
Reenable rules
Browse files Browse the repository at this point in the history
  • Loading branch information
gscshoyru committed Feb 11, 2014
1 parent 9412fae commit 53888e2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,15 @@
</buildSpec>
<natures>
</natures>
<filteredResources>
<filter>
<id>1386959768651</id>
<name></name>
<type>22</type>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>
<arguments>1.0-name-matches-false-false-tslint.d.ts</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
4 changes: 2 additions & 2 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"no-debugger": true,
"no-duplicate-key": true,
"no-duplicate-variable": true,
"no-empty": false,
"no-empty": true,
"no-eval": true,
"no-string-literal": true,
"no-trailing-comma": false,
"no-trailing-comma": true,
"no-trailing-whitespace": true,
"no-unused-variable": true,
"no-unreachable": true,
Expand Down

0 comments on commit 53888e2

Please sign in to comment.