UNPKG

eslint-config-blazex

Version:

🔥 Blazex 🔥 eslint config that can be used across projects

9 lines (6 loc) • 171 B
import nextPlugin from '@next/eslint-plugin-next'; import reactRules from './react.mjs'; export default { ...nextPlugin.configs.recommended.rules, ...reactRules, };