UNPKG

@nish1896/eslint-flat-config

Version:

Linting rules configured for ESLint v9 and above to catch potential errors and ensure consistent code formatting.

14 lines (12 loc) 208 B
export default [ /* Config files */ '*.config.{js,mjs,ts,json}', /* node_modules and build folders */ 'node_modules', '.next', '.turbo', 'build', 'dist', 'coverage', 'storybook-static' ];