Skip to content

Commit 1f7222f

Browse files
committedJul 17, 2017
Add ESLint configuations
1 parent 8af587c commit 1f7222f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

‎.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

‎.eslintrc.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
env:
3+
node: true
4+
extends: standard

0 commit comments

Comments
 (0)