FlorianHockmann commented on code in PR #1671:
URL: https://github.com/apache/tinkerpop/pull/1671#discussion_r888781587
##########
gremlin-javascript/src/main/javascript/gremlin-javascript/.eslintrc.js:
##########
@@ -31,9 +31,9 @@ module.exports = {
extends: ['eslint:recommended', 'prettier'],
plugins: ['prettier'],
rules: {
- 'prettier/prettier': ['error'],
Review Comment:
The changes in this file allow line endings to be `CRLF`, right? Is that
really necessary? I guess we'd prefer if only Unix style line endings were
committed, but maybe I'm missing something here?
--
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]