guan404ming commented on PR #51968:
URL: https://github.com/apache/airflow/pull/51968#issuecomment-2992129770

   It looks like:
   
   - [jsonc-eslint-parser](https://www.npmjs.com/package/jsonc-eslint-parser) 
is a parser for JSON, JSONC, and JSON5, meant to be used with ESLint plugins.
   - [eslint-plugin-jsonc](https://www.npmjs.com/package/eslint-plugin-jsonc) 
is an ESLint plugin specifically for handling JSON, JSONC, and JSON5 files.
   
   So, if an ESLint plugin needs to parse our JSON files, we should be using a 
JSON parser like jsonc-eslint-parser. Let me know if I'm mistaken, thanks!
   
   > Also I'm surprised, it means that all our translation files are properly 
sorted by key, what's enforcing that ? (prettier maybe ?)
   
   It’s ESLint. We used the perfectionist plugin at that time but it doesn't 
work when files are in public folder


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to