Skip to content

Commit

Permalink
Use .yml for eslintrc for syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
Suneil Nyamathi committed Jun 13, 2017
1 parent 70164ad commit f21d16d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .eslintrc

This file was deleted.

7 changes: 7 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
extends: eslint:recommended
env:
es6: true
mocha: true
node: true
rules:
semi: 2

0 comments on commit f21d16d

Please sign in to comment.