@kaspersky/dev-tools
Version:
Development tools and configs for Babel, ESLint and TypeScript
23 lines (22 loc) • 534 B
JavaScript
export const eslintCommonGlobals = {
Router: 'readonly',
createDomain: 'readonly',
browser: 'readonly',
md5: 'readonly',
createDeepEqualSelector: 'readonly',
riot: 'readonly',
key: 'readonly',
$: 'readonly',
$$: 'readonly',
Reselect: 'readonly',
d3: 'readonly',
blockingController: 'readonly',
test: 'readonly',
xml2js: 'readonly',
shortid: 'readonly',
localStorage: 'readonly',
alert: 'readonly',
prompt: 'readonly',
Blob: 'readonly',
kl: 'readonly'
};