Skip to content

Commit

Permalink
add Prettier, ESLint and githook integrations
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed May 17, 2018
1 parent 933baa7 commit 11b6867
Show file tree
Hide file tree
Showing 4 changed files with 2,722 additions and 454 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.yml
@@ -1,5 +1,7 @@
root: true
extends: semistandard
extends:
- semistandard
- plugin:prettier/recommended
env:
node: yes
browser: yes
Expand Down

0 comments on commit 11b6867

Please sign in to comment.