Skip to content

Commit 32fcc19

Browse files
committed
import code
1 parent 8a28385 commit 32fcc19

File tree

6 files changed

+1225
-0
lines changed

6 files changed

+1225
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: node_js
2+
node_js:
3+
- '8'
4+
- '10'
5+
install: npm install
6+
script:
7+
- npm run eslint

0 commit comments

Comments
 (0)