Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -5,8 +5,6 @@ env: | ||
| es6: true | ||
|
|
||
| rules: | ||
| no-var: error | ||
| prefer-const: error | ||
| symbol-description: off | ||

