mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Use map without the namespace
This commit is contained in:
parent
24660866db
commit
72f2a46835
3 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
args = [ "fmt" "-" "--ext" language ];
|
||||
};
|
||||
|
||||
denoFormatterLanguages = builtins.map (name: {
|
||||
denoFormatterLanguages = map (name: {
|
||||
inherit name;
|
||||
|
||||
auto-format = true;
|
||||
|
@ -39,7 +39,7 @@
|
|||
args = [ "--parser" language ];
|
||||
};
|
||||
|
||||
prettierLanguages = builtins.map (name: {
|
||||
prettierLanguages = map (name: {
|
||||
inherit name;
|
||||
|
||||
auto-format = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue