2
0
mirror of https://git.coolaj86.com/coolaj86/acme-dns-01-gandi.js.git synced 2025-04-21 14:40:38 +00:00
2019-07-10 14:03:25 -06:00

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"
}