Skip to content

Commit

Permalink
Merge pull request #17 from smithki/development
Browse files Browse the repository at this point in the history
Fix the linter for real this time
  • Loading branch information
smithki committed Aug 15, 2019
2 parents f76fc2a + aa9b7cd commit fd184ab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": true,
"variable-name": false,
}]
}],
"variable-name": {
"options": [
"allow-leading-underscore"
]
}
}
}

0 comments on commit fd184ab

Please sign in to comment.