eslint-config-seekingalpha-node
Version:
SeekingAlpha's sharable node.js ESLint config
14 lines (13 loc) • 372 B
JavaScript
export const ESLintPluginNodeDisabled = {
'n/callback-return': 'off',
'n/exports-style': 'off',
'n/global-require': 'off',
'n/handle-callback-err': 'off',
'n/no-exports-assign': 'off',
'n/no-mixed-requires': 'off',
'n/no-new-require': 'off',
'n/no-path-concat': 'off',
'n/no-process-env': 'off',
'n/no-sync': 'off',
'n/no-top-level-await': 'off',
};