Skip to content

Commit

Permalink
Add prettier, ESLint, pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Nov 3, 2019
1 parent 7819ff5 commit 76f8e46
Show file tree
Hide file tree
Showing 6 changed files with 2,826 additions and 763 deletions.
6 changes: 6 additions & 0 deletions .eslintrc
@@ -0,0 +1,6 @@
{
"extends": [
"standard",
"prettier"
]
}
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -26,8 +26,8 @@ In `tslint.json`:

### Rules

* [TSLint](https://www.npmjs.com/package/tslint)
* [TSLint ESLint Rules](https://www.npmjs.com/package/tslint-eslint-rules)
- [TSLint](https://www.npmjs.com/package/tslint)
- [TSLint ESLint Rules](https://www.npmjs.com/package/tslint-eslint-rules)

### Help

Expand Down

0 comments on commit 76f8e46

Please sign in to comment.