UNPKG

eslint-config-blazex

Version:

🔥 Blazex 🔥 eslint config that can be used across projects

7 lines (5 loc) • 134 B
import nodePlugin from 'eslint-plugin-n'; export default { ...nodePlugin.configs.recommended.rules, 'n/no-missing-import': 0, };