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
ESLint added support for alternative configuration files names like .eslintrc.yaml. It'd be cool if this plugin could support them (I see it's hardcoded to .eslintrc right now).
The text was updated successfully, but these errors were encountered:
I want this feature as well. My team prefer using .eslintrc.js instead of json.
I've tried #13 but it seems not working for project-wise eslint config. So I took latest SublimeLinter-contrib-eslint plugin approach and it seems working as expected. Here's how I modified linter.py:
My guess is that this will let eslint_d look for the config file by itself and it will look for one of the known config file names from current folder outwards.
ESLint added support for alternative configuration files names like
.eslintrc.yaml
. It'd be cool if this plugin could support them (I see it's hardcoded to.eslintrc
right now).The text was updated successfully, but these errors were encountered: