Skip to content

Commit

Permalink
OMGSH finally fix linter (for real for real this time)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithki committed Aug 15, 2019
1 parent fd184ab commit cbd2f63
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": true,
}],
"jsxBracketSameLine": true
}],
"variable-name": {
"options": [
"allow-leading-underscore"
"allow-leading-underscore",
"allow-pascal-case"
]
}
}
Expand Down

0 comments on commit cbd2f63

Please sign in to comment.