This repository has been archived on 2019-05-05. You can view files and clone it, but cannot push or open issues or pull requests.

11 lines
162 B
Plaintext
Raw Normal View History

2016-04-12 17:33:37 -06:00
{
"node": true
, "bitwise": true
, "undef": true
, "trailing": true
, "quotmark": true
, "indent": 4
, "unused": "vars"
, "latedef": "nofunc"
}