UNPKG

313 BPlain TextView Raw
1{
2 "browser": true
3 , "devel": true
4 , "bitwise": true
5 , "undef": true
6 , "trailing": true
7 , "quotmark": false
8 , "indent": 4
9 , "unused": "vars"
10 , "latedef": "nofunc"
11 , "globals": {
12 "module": false,
13 "exports": false,
14 "require": false,
15 "Notification": true
16 }
17}