improve document model and propagate changes. This include the change of document fixtures to better reflect what the api is effectively returning
env:
browser: true
es6: true
extends: 'eslint:recommended'
parserOptions:
sourceType: module
rules:
indent:
- error
- 4
linebreak-style:
- error
- unix
quotes:
- warn
- single
semi:
- error
- always