mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-04-24 04:25:40 +08:00
- Fixed issue when binding to Firebase limit() query - Added error checking - Added basic test suite - Added travis integration - Updated README - Added limit query to todoApp demo
18 lines
270 B
Plaintext
18 lines
270 B
Plaintext
{
|
|
"predef": [
|
|
"module",
|
|
"Firebase"
|
|
],
|
|
"bitwise": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"forin": true,
|
|
"freeze": true,
|
|
"indent": 2,
|
|
"latedef": true,
|
|
"quotmark": "double",
|
|
"strict": true,
|
|
"trailing": true,
|
|
"undef": true,
|
|
"unused": true
|
|
} |