mirror of
https://git.coolaj86.com/coolaj86/acme-http-01-standalone.js.git
synced 2025-02-17 10:28:14 +00:00
18 lines
260 B
Plaintext
18 lines
260 B
Plaintext
{ "node": true
|
|
, "browser": true
|
|
, "jquery": true
|
|
, "globals": { "Promise": true }
|
|
|
|
, "indent": 2
|
|
, "onevar": true
|
|
, "laxcomma": true
|
|
, "laxbreak": true
|
|
, "curly": true
|
|
, "nonbsp": true
|
|
|
|
, "eqeqeq": true
|
|
, "immed": true
|
|
, "undef": true
|
|
, "latedef": "nofunc"
|
|
}
|