This repository has been archived on 2020-08-24 . You can view files and clone it, but cannot push or open issues or pull requests.
This commit marks applying prettier to the whole of git history up to this point and prettier is used to enforce format via pre-commit hook. The command used was: `git filter-branch -f --tree-filter 'prettier --no-config --single-quote --tab-width=1 --print-width=100 --use-tabs --trailing-comma=none --prose-wrap=always --write "{.,{packages,bin}/**}/*.{js,json,md}" || echo "Error formatting, possibly invalid JS"' -- --all`
Description
An type-based abstraction layer over PouchDB inspired by Hood.ie and Django.
Languages
JavaScript
100%