UNPKG

babel-plugin-transform-react-fela-display-name

Version:

This plugin transforms the display names of all react-fela components created with createComponent or createComponentWithProxy to the name of the variable to which they are assigned.

14 lines (13 loc) 356 B
module.exports = { plugins: ['import', 'prettier', 'react'], extends: ['airbnb-base', 'prettier', 'plugin:react/recommended'], parser: 'babel-eslint', rules: { 'prettier/prettier': 'error', 'comma-dangle': ['error', 'never'], 'import/no-extraneous-dependencies': ['error', { devDependencies: true }] }, env: { jest: true } };