eslintrc do not support json5
aladdin-add opened this issue · 1 comments
aladdin-add commented
.eslintrc
support some json5 features.(like single-quoted string, unquoted object keys). but it has been deprecated (https://eslint.org/docs/user-guide/configuring#configuration-file-formats)
sapegin commented
Yup, we should update it to .eslintrc.json
.