// eslint.config.jsimportgitignorefrom'eslint-config-flat-gitignore'exportdefault[// recommended putting it at the firstgitignore(),// your other configs here] By default it will only looks for.gitignorebut NOT.eslintignore, as we would recommended move away from.eslintignoreto declare dire...
// eslint.config.jsimportgitignorefrom'eslint-config-flat-gitignore'exportdefault[// recommended putting it at the firstgitignore(),// your other configs here] By default it will only looks for.gitignorebut NOT.eslintignore, as we would recommended move away from.eslintignoreto declare dire...
ESLint flat config for ignoring files listed in .gitignore. Latest version: 2.0.0, last published: 8 months ago. Start using eslint-flat-config-gitignore in your project by running `npm i eslint-flat-config-gitignore`. There are no other projects in the
.gitignore support for ESLint Flat Config. Contribute to antfu/eslint-config-flat-gitignore development by creating an account on GitHub.
// eslint.config.jsimportgitignorefrom'eslint-config-flat-gitignore'exportdefault[// recommended putting it at the firstgitignore(),// your other configs here] By default it will only looks for.gitignorebut NOT.eslintignore, as we would recommended move away from.eslintignoreto declare dire...
// eslint.config.js import gitignore from 'eslint-config-flat-gitignore' export default [ // recommended putting it at the first gitignore(), // your other configs here ]By default it will only looks for .gitignore but NOT .eslintignore, as we would recommended move away from .es...
Description In a monorepo, you may only have a single .gitignore at the root of the repo, but run the eslint from within package subdirectories. In this scenario, @antfu/eslint-config doesn't curre...
"name": "eslint-config-flat-gitignore", "type": "module", "version": "0.1.7", "packageManager": "pnpm@9.4.0", "packageManager": "pnpm@9.5.0", "description": ".gitignore support for ESLint Flat Config", "author": "Anthony Fu <anthonyfu117@hotmail.com>", "license": "MIT...
test/workspace-with-gitignore.test.ts Show comments View file Edit file Delete file Original file line numberDiff line numberDiff line change @@ -12,7 +12,6 @@ describe('should execute tests in test/workspace-with-gitignore', () => { "gitignoretest", "**/gitignoretest/**", ...
.gitignore .npmrc CONTRIBUTING.md LICENSE README.md build.config.ts eslint.config.js package.json pnpm-lock.yaml pnpm-workspace.yaml tsconfig.json File metadata and controls Code Blame 1 lines (1 loc) · 33 Bytes Raw ignore-workspace-root-check=true...