Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Side by Side Diff: .eslintignore

Issue 2535983002: [eslint] Don't treat eslint warnings as PRESUBMIT errors (Closed)
Patch Set: fix smoke test Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | catapult_build/js_checks.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
OLDNEW
« no previous file with comments | « no previous file | catapult_build/js_checks.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698