Commit fff6a84d authored by Rich Trott's avatar Rich Trott Committed by Myles Borins
Browse files

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: https://github.com/nodejs/node/pull/6262


Reviewed-By: default avatarColin Ihrig <cjihrig@gmail.com>
Reviewed-By: default avatarRoman Klauke <romaaan.git@gmail.com>
Reviewed-By: default avatarJames M Snell <jasnell@gmail.com>
parent bd12d72e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment