Skip to content

Commit

Permalink
Add eslint with Google template
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonTenko committed Apr 11, 2017
1 parent ded1e9f commit ac7c3ec
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
"extends": "google",
"parserOptions": {
"ecmaVersion": 6
}
};
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "bet_tracker",
"version": "1.0.0",
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"main": "index.js",
"dependencies": {
"eslint": "^3.19.0",
"eslint-config-google": "^0.7.1"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-google": "^0.7.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StemboltHQ/bet_tracker.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/StemboltHQ/bet_tracker/issues"
},
"homepage": "https://github.com/StemboltHQ/bet_tracker#readme"
}

0 comments on commit ac7c3ec

Please sign in to comment.