UNPKG

eslint-config-seekingalpha-react

Version:

SeekingAlpha's sharable React.js ESLint config

15 lines (12 loc) 237 B
import reactPlugin from 'eslint-plugin-react'; import jsxConfig from './jsx.js'; import reactConfig from './react.js'; export default { plugins: { react: reactPlugin, }, rules: { ...jsxConfig, ...reactConfig, }, };