Files
reactfire/.jshintrc
jacobawenger 9d51a216f3 Fixed issue with limit() queries and added test suite
- 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
2014-06-29 14:17:39 -07:00

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
}