Skip to content
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.

Commit

Permalink
Add missing .eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 9, 2015
1 parent 5190e9a commit ec4c97e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"env": {
"node": true
},
"rules": {
"quotes": [2, "single"]
}
}

0 comments on commit ec4c97e

Please sign in to comment.