mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
15 lines
230 B
YAML
15 lines
230 B
YAML
parser: babel-eslint
|
|
extends: airbnb-base
|
|
rules:
|
|
no-underscore-dangle: 0
|
|
no-void: 0
|
|
import/extensions:
|
|
- 'error'
|
|
- 'ignorePackages'
|
|
- {js: 'always'}
|
|
import/prefer-default-export: 1
|
|
|
|
plugins:
|
|
- ava
|
|
- import
|