UNPKG

@marviuz/eslint-config

Version:

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

10 lines (9 loc) 147 B
export default { 'unicorn/filename-case': [ 'error', { case: 'kebabCase', }, ], 'unicorn/prefer-node-protocol': 'warn', };