UNPKG

configuru

Version:

Manage the configuration of your Nodejs application with multiple environments and custom preferences, utilizing Configuru in CI and development as well!

11 lines (9 loc) 228 B
const config = require('@ackee/styleguide-backend-config/eslint') module.exports = { ...config, rules: { ...config.rules, 'security/detect-non-literal-fs-filename': 0, 'sonarjs/no-ignored-exceptions': 0, }, }