1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Fix travis testing (include eslint)

This commit is contained in:
Denis Demchenko
2018-09-09 12:58:44 +03:00
parent 5ef075160b
commit 8af2e682a2
3 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
parser: babel-eslint
extends: airbnb-base
rules:
no-underscore-dangle: 0
no-void: 0
plugins:
- ava
- import