Skip to content

Commit

Permalink
Turn off lint rules that conflict with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
iAmWillShepherd committed Jun 29, 2017
1 parent 77e2756 commit 89303d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tslint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"extends": [
"tslint-react",
"tslint-config-prettier"
],
"rulesDirectory": [
"node_modules/vrsource-tslint-rules/rules",
"node_modules/tslint-microsoft-contrib/",
Expand All @@ -16,9 +20,9 @@
"interface-name": [ true, "always-prefix"],
"jsdoc-format": true,
"literal-spacing": [
true,
false,
{
"array": ["always"],
"array": ["never"],
"object": ["always"]
}
],
Expand Down Expand Up @@ -98,10 +102,6 @@
"check-operator",
"check-separator",
"check-type"
],
"extends": [
"tslint:latest",
"tslint-config-prettier"
]
}
}

0 comments on commit 89303d9

Please sign in to comment.