UNPKG

@iflow/eslint-config

Version:

ESLint Configuration

12 lines (11 loc) 281 B
module.exports = { rules: { "no-restricted-globals": "off", "no-undef-init": "off", "no-delete-var": "warn", "no-shadow": "off", "no-shadow-restricted-names": "error", "no-undef": "warn", "no-unused-vars": "off" } };