11 lines
162 B
Plaintext
Raw Permalink Normal View History

2017-07-31 20:21:28 -06:00
{
"node": true
, "bitwise": true
, "undef": true
, "trailing": true
, "quotmark": true
, "indent": 4
, "unused": "vars"
, "latedef": "nofunc"
}