| OLD | NEW |
| 1 # Ignore files containing Jinja templates (which eslint can't parse) | 1 # Ignore files containing Jinja templates (which eslint can't parse) |
| 2 | 2 |
| 3 /dashboard/dashboard/templates/edit_anomaly_configs.html | 3 /dashboard/dashboard/templates/edit_anomaly_configs.html |
| 4 /dashboard/dashboard/templates/bisect_stats.html | 4 /dashboard/dashboard/templates/bisect_stats.html |
| 5 /dashboard/dashboard/templates/debug_alert.html | 5 /dashboard/dashboard/templates/debug_alert.html |
| 6 /dashboard/dashboard/templates/bug_result.html | 6 /dashboard/dashboard/templates/bug_result.html |
| 7 /dashboard/dashboard/templates/edit_sheriffs.html | 7 /dashboard/dashboard/templates/edit_sheriffs.html |
| 8 | |
| 9 # Ignore deterministic.js from WPR which eslint does not parse. | |
| 10 /telemetry/third_party/web-page-replay/deterministic.js | |
| OLD | NEW |