mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
Add eslint support
This commit is contained in:
6
.eslintrc.yml
Normal file
6
.eslintrc.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
extends: airbnb-base
|
||||
rules:
|
||||
no-underscore-dangle: 0
|
||||
no-void: 0
|
||||
plugins:
|
||||
- ava
|
||||
Reference in New Issue
Block a user