node-postgres/.jshintrc
Brian Carlson 4cdd7a116b Compile result parsing for a 60% speed increase
Tested against a 1000 row result set.  Need to test against
smaller result sets & figure out a way to make this backwards compatible if possible
2013-08-07 15:33:57 -05:00

6 lines
54 B
Plaintext

{
"trailing": true,
"indent": 2,
"evil": true
}