cordova-plugin-network-info.../.jshintrc
2016-03-01 10:23:03 +03:00

18 lines
308 B
Plaintext

{
"browser": true
, "devel": true
, "bitwise": true
, "undef": true
, "trailing": true
, "quotmark": false
, "indent": 4
, "unused": "vars"
, "latedef": "nofunc"
, "globals": {
"module": false,
"exports": false,
"require": false,
"cordova": true
}
}