UNPKG

@nish1896/eslint-config

Version:

eslint and stylistic rules for eslint 8.57.1 or below to catch potential errors and take care of the code formatting.

14 lines (12 loc) 221 B
/* Shared ignore patterns for ESLint v8 configs */ module.exports = [ '*.config.{js,mjs,ts,json}', '*.eslintrc.*', '.turbo', '.next', 'node_modules', 'dist', 'build', 'coverage', 'storybook-static', ];