mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-28 01:49:53 -04:00
11 lines
162 B
Plaintext
11 lines
162 B
Plaintext
{
|
|
"node": true
|
|
, "bitwise": true
|
|
, "undef": true
|
|
, "trailing": true
|
|
, "quotmark": true
|
|
, "indent": 4
|
|
, "unused": "vars"
|
|
, "latedef": "nofunc"
|
|
}
|