commit | 20b29c2646d1052cc9ff3093c5c78405390d53c3 | [log] [tgz] |
---|---|---|
author | Tim van der Lippe <[email protected]> | Mon Nov 04 14:36:15 2019 |
committer | Commit Bot <[email protected]> | Mon Nov 04 15:02:44 2019 |
tree | 595bc54b5b6d18938f20eea79a5dff5d92d1c54f | |
parent | 162e00b1675c52a413b2b4c1efa43fa9bdf8f229 [diff] [blame] |
Enforce newlines at end of files Trying to upload a CL with missing newlines at the end of files fails with the following warning: These files should end in one (and only one) newline character: Update the ESLint config to let the linter fix these errors. Change-Id: Ia858b5864a1dc43144e0c6d81dedbf46376c2b8d Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/1897679 Commit-Queue: Tim van der Lippe <[email protected]> Commit-Queue: Yang Guo <[email protected]> Auto-Submit: Tim van der Lippe <[email protected]> Reviewed-by: Yang Guo <[email protected]>
diff --git a/front_end/externs.js b/front_end/externs.js index 7af8e06..b4d6ccf 100644 --- a/front_end/externs.js +++ b/front_end/externs.js
@@ -1532,4 +1532,4 @@ */ close() { } -} \ No newline at end of file +}