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:
authorRuben Bridgewater <ruben@bridgewater.de>2018-12-13 11:35:55 +0300
committerRich Trott <rtrott@gmail.com>2018-12-15 17:55:02 +0300
commit139525618779790f05dec3aa75c997a79ba86120 (patch)
tree941c58186160c78ac562dc47807c299e97a6d38e /.eslintignore
parent83360899db901a3eace976adff749006fbcee8a7 (diff)
test: run eslint on test file and fix errors
This removes two entries from the eslint ignore file. One file does not exist anymore and the other one could easily be fixed. PR-URL: https://github.com/nodejs/node/pull/25009 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore2
1 files changed, 0 insertions, 2 deletions
diff --git a/.eslintignore b/.eslintignore
index 80959ce611e..bdfdfaeab23 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1,9 +1,7 @@
node_modules
-lib/internal/v8.js
lib/internal/v8_prof_polyfill.js
lib/punycode.js
test/addons/??_*
-test/es-module/test-esm-dynamic-import.js
test/fixtures
test/message/esm_display_syntax_error.mjs
tools/icu