Merge pull request #447 from hsjobeki/fix/typo-example

examples: fix small typo
This commit is contained in:
DavHau 2023-01-02 20:05:34 +08:00 committed by GitHub
commit 9f6911c78d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -7,9 +7,9 @@ name = "eslint"
relPath = ""
subsystem = "nodejs"
translator = "package-json"
translators = [ "package-json",]
translators = ["package-json"]
[eslint.subsystemInfo]
noDev = true
noedjs = 18
nodejs = 18
aggregated = true

View File

@ -7,8 +7,8 @@ name = "eslint"
relPath = ""
subsystem = "nodejs"
translator = "package-json"
translators = [ "package-json",]
translators = ["package-json"]
[eslint.subsystemInfo]
noDev = true
noedjs = 18
nodejs = 18