Skip to content

Commit

Permalink
:heavy_plus_sigh: eslint config standard
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Mar 25, 2018
1 parent 3a75f6a commit 83fa6b5
Show file tree
Hide file tree
Showing 4 changed files with 816 additions and 3,922 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "standard",
"rules": {
"comma-dangle": ["error", "es-5"]
}
}
Loading

0 comments on commit 83fa6b5

Please sign in to comment.