Replies: 2 comments
-
What are your thoughts about this @kehoecj ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, I also found https://github.com/alecthomas/chroma The lib it offers could help you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
You can have a look at the language GitHub support
https://github.com/github-linguist/linguist/blob/master/lib%2Flinguist%2Flanguages.yml
You can see in here there are many file with well known names that should/could be considered as .json, .toml by your tool
So these files and extensions could be added to your validator as a subset of json, json5 ...
I would say your code should support them
An invalid .jslintrc will cause problems.
I would say these files should be handled and validated by default, and could be disabled by configuration or command arguments
Beta Was this translation helpful? Give feedback.
All reactions