Open JemarJones opened 7 years ago
same error using yarn
My ESLint-Formatter settings:
{
"eslint_path": {
"windows": "%LOCALAPPDATA%/Yarn/bin/eslint",
"linux": "/usr/bin/eslint",
"osx": "/usr/local/bin/eslint"
}
}
Same error using pnpm
After I switched to eslint_d it worked again for me
This is on Mac OS Sierra.