Skip to content

Commit

Permalink
added eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jul 28, 2017
1 parent 055acde commit 165c033
Show file tree
Hide file tree
Showing 4 changed files with 669 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist
tmp
5 changes: 5 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"standard"
]
}
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,13 @@
"release": "cli-release",
"version": "./scripts/version",
"postpublish": "./scripts/postpublish"
},
"devDependencies": {
"eslint": "4.3.0",
"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-node": "5.1.1",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-standard": "3.0.1"
}
}
Loading

0 comments on commit 165c033

Please sign in to comment.