UNPKG

@marviuz/eslint-config

Version:

Comprehensive ESLint configuration for JavaScript, TypeScript, React, and Next.js projects

8 lines (7 loc) 206 B
export default { 'no-console': 'error', 'no-constant-binary-expression': 'error', 'no-promise-executor-return': 'error', 'no-template-curly-in-string': 'error', 'no-unreachable-loop': 'error', };