1
0
mirror of https://github.com/lancedikson/bowser synced 2024-09-28 22:30:44 +00:00
lancedikson_bowser/.eslintrc.yml

15 lines
230 B
YAML
Raw Normal View History

2018-09-09 09:58:44 +00:00
parser: babel-eslint
2017-12-20 21:29:06 +00:00
extends: airbnb-base
rules:
no-underscore-dangle: 0
no-void: 0
import/extensions:
- 'error'
- 'ignorePackages'
- {js: 'always'}
import/prefer-default-export: 1
2017-12-20 21:29:06 +00:00
plugins:
- ava
2018-09-09 09:58:44 +00:00
- import