You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
js and web mode files are correctly using eslint formatter, but json-mode incorrectly uses eslint as well. When I delete the first line from the above dir-locals file json-mode correctly has prettier-json set in the apheleia-formatter variable.
I'm suspecting this is caused by the fact that javascript-mode is json-mode's parent, but don't have an idea how to fix it. Are there any ways around this?
The text was updated successfully, but these errors were encountered:
I'm trying to specify different formatters for three different modes in
.dir-locals.el
file. Here's how the file looks like.js and web mode files are correctly using eslint formatter, but
json-mode
incorrectly uses eslint as well. When I delete the first line from the above dir-locals filejson-mode
correctly hasprettier-json
set in theapheleia-formatter
variable.I'm suspecting this is caused by the fact that
javascript-mode
isjson-mode
's parent, but don't have an idea how to fix it. Are there any ways around this?The text was updated successfully, but these errors were encountered: