mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-29 23:35:33 +03:00
Merge pull request #447 from hsjobeki/fix/typo-example
examples: fix small typo
This commit is contained in:
commit
9f6911c78d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user