ESLint .eslintignore Pattern Tester

Validate your glob patterns against file paths in real-time. No configuration files required.

Glob Patterns (.eslintignore)

One per line

Files to Test

Relative paths

Enter patterns and files, then click "Run Test" to see results here.

Glob Pattern Cheat Sheet

*

Matches everything except path separators.

**

Matches directories recursively.

!

Negation (negates the pattern, includes the file).

*.js

Matches all files ending in .js in the current dir.