6 "reportUnusedDisableDirectives": true,
12 // The browser env is not enabled on purpose so that code takes
13 // all browser-only globals from window instead of assuming
14 // they're available as globals. This makes it possible to use
15 // jQuery with tools like jsdom which provide a custom window
24 "one-var": ["error", {"var": "always"}],
25 "strict": ["error", "function"]