Skip to content

Commit b04e7fc

Browse files
authored
Merge pull request #52 from vnallamhawk/master
including eslint configuration
2 parents 4754a82 + b0a0d7e commit b04e7fc

File tree

3 files changed

+919
-112
lines changed

3 files changed

+919
-112
lines changed

.eslintrc.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
"env": {
3+
"browser": true,
4+
"es6": true
5+
},
6+
"extends": "airbnb"
7+
};

0 commit comments

Comments
 (0)