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 Apr 22, 2018
1 parent efff26f commit 58731d3
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
root: true
extends: semistandard
extends:
- semistandard
- plugin:prettier/recommended
env:
node: yes
browser: yes
Expand Down

0 comments on commit 58731d3

Please sign in to comment.