Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-04-18 21:40:09 +0300
committerJames M Snell <jasnell@gmail.com>2016-04-20 18:33:59 +0300
commit4bbd41864ac0edb94ee0c7603701e79a68f0e56a (patch)
treece921d92c45bfe311430345f4f7bf1509edf3185 /.eslintignore
parente9dc6306ca97598d6a8fe9baa7c8a8ed002287b2 (diff)
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: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Roman Klauke <romaaan.git@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintignore b/.eslintignore
index 0be7057993e..9b5c5fccb64 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1,5 +1,4 @@
lib/internal/v8_prof_polyfill.js
-lib/internal/v8_prof_processor.js
lib/punycode.js
test/addons/??_*/
test/fixtures