X Tutup
The Wayback Machine - https://web.archive.org/web/20220420052400/https://github.com/nodejs/node/commit/e67fb569f4
Skip to content
Permalink
Browse files
tools: apply consistent comma-dangle lint rule
Use comma-dangle settings from the rest of the code base on tests as
well.

PR-URL: #37930
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
  • Loading branch information
Trott committed Apr 2, 2021
1 parent 330f25e commit e67fb569f439062f26dcadeee80b9ef6ad496bd2
Showing with 0 additions and 2 deletions.
  1. +0 −2 test/.eslintrc.yaml
@@ -5,8 +5,6 @@ env:
es6: true

rules:
# For now, comma-dangle is more lenient in the test directory than elsewhere.
comma-dangle: ["error", "only-multiline"]
no-var: error
prefer-const: error
symbol-description: off

0 comments on commit e67fb56

Please sign in to comment.
X Tutup