Skip to content

tools: enable linting for v8_prof_processor.js

Rodrigo Muino Tomonari requested to merge github/fork/Trott/strict-ish into master
Checklist
  • tests and code linting passes
  • the commit message follows commit guidelines
Affected core subsystem(s)

tools v8

Description of change

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.

Merge request reports

Loading