Skip to content

Commit

Permalink
Deduplicate rule test fixtures (palantir#2590)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajafff authored and adidahiya committed Apr 17, 2017
1 parent 818dbb6 commit c8e3d20
Show file tree
Hide file tree
Showing 253 changed files with 4 additions and 5,696 deletions.
152 changes: 0 additions & 152 deletions test/rules/align/arguments/test.js.lint

This file was deleted.

3 changes: 0 additions & 3 deletions test/rules/align/arguments/tslint.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"rules": {
"align": [true, "arguments"]
},
"jsRules": {
"align": [true, "arguments"]
}
}
39 changes: 0 additions & 39 deletions test/rules/align/parameters/test.js.lint

This file was deleted.

3 changes: 0 additions & 3 deletions test/rules/align/parameters/tslint.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"rules": {
"align": [true, "parameters"]
},
"jsRules": {
"align": [true, "parameters"]
}
}
151 changes: 0 additions & 151 deletions test/rules/align/statements/test.js.lint

This file was deleted.

3 changes: 0 additions & 3 deletions test/rules/align/statements/tslint.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"rules": {
"align": [true, "statements"]
},
"jsRules": {
"align": [true, "statements"]
}
}
12 changes: 0 additions & 12 deletions test/rules/arrow-parens/ban-single-arg-parens/test.js.lint

This file was deleted.

6 changes: 0 additions & 6 deletions test/rules/arrow-parens/ban-single-arg-parens/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,5 @@
true,
"ban-single-arg-parens"
]
},
"jsRules": {
"arrow-parens": [
true,
"ban-single-arg-parens"
]
}
}
Loading

0 comments on commit c8e3d20

Please sign in to comment.