Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Add eslint config.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueimp committed Jun 21, 2017
1 parent a90731c commit aec868b
Show file tree
Hide file tree
Showing 5 changed files with 1,054 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!.eslintrc.js
7 changes: 7 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
extends: 'standard',
plugins: [
'standard',
'promise'
]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
node_modules
Loading

0 comments on commit aec868b

Please sign in to comment.