Commit 8877703
tools: enable linting for v8_prof_processor.js
`lib/internal/v8_prof_processor.js` was being excluded from linting, but
the only lint issue it has is that it cannot run in strict mode. Disable
the `strict` rule with a comment and remove the file from
`.eslintignore`.
PR-URL: #6262
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Roman Klauke <romaaan.git@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 68cf6a5 commit 8877703Copy full SHA for 8877703
File tree
Expand file treeCollapse file tree
2 files changed
+1
-1
lines changedOpen diff view settings
Filter options
- lib/internal
Expand file treeCollapse file tree
2 files changed
+1
-1
lines changedOpen diff view settings
Collapse file
-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
3 | 2 | |
4 | 3 | |
5 | 4 | |
|
Collapse file
lib/internal/v8_prof_processor.js
Copy file name to clipboardExpand all lines: lib/internal/v8_prof_processor.js+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
1 | 2 | |
2 | 3 | |
3 | 4 | |
|
0 commit comments