| 123456789101112131415161718 |
- {
- "curly": true,
- "eqeqeq": true,
- "immed": true,
- "latedef": true,
- "newcap": true,
- "noarg": true,
- "sub": true,
- "undef": true,
- "unused": true,
- "boss": true,
- "eqnull": true,
- "browser": true,
- "globals": {
- "module": true
- },
- "predef": ["jQuery","require","store","globalThis","Promise"]
- }
|