UNPKG

eslint-config-ecu

Version:

An ecu-compatible ESlint config

9 lines (8 loc) 247 B
module.exports = { extends: 'dherault-typescript', rules: { 'default-param-last': 'off', 'react/no-unused-prop-types': 'warn', 'react/jsx-closing-bracket-location': 'off', // To allow ecu-display-name and other JSX comments }, }