mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 15:12:51 +08:00
12 lines
182 B
Plaintext
12 lines
182 B
Plaintext
|
{
|
||
|
"node": true
|
||
|
, "bitwise": true
|
||
|
, "undef": true
|
||
|
, "trailing": true
|
||
|
, "quotmark": true
|
||
|
, "indent": 4
|
||
|
, "unused": "vars"
|
||
|
, "latedef": "nofunc"
|
||
|
, "jasmine": true
|
||
|
}
|