lightning-jet
                                
                                 lightning-jet copied to clipboard
                                
                                    lightning-jet copied to clipboard
                            
                            
                            
                        Replace config.json with config.yaml
This is a suggestion only :-)
Unfortunately the JSON file format doesn't allow any comments and I would like to suggest the use of YAML
WHY?
I find it laboriously as a noob to keep separate notes and would appreciate it very much to have the possibility to comment things I change in config.json, as my old brain is not so fit anymore :-)
Especially the entries for "avoid" and "exclude" which are pubkeys.
I like the idea of having comments in the config file. Collecting feedback from the alpha-testing group.
There's a library that allows reading json with comments: https://www.npmjs.com/package/comment-json
There's also JSON5.
Perhaps it's worth considering these options unless YAML is preferred.