UNPKG

configuru

Version:

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

10 lines (8 loc) 188 B
const config = require('@ackee/styleguide-backend-config/eslint') module.exports = { ...config, rules: { ...config.rules, 'security/detect-non-literal-fs-filename': 0, }, }