We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In linter-js-standard.js line 20
settings.style.lintText(fileContent, settings.opts, boundLinter)
settings.opts doesn't contain filename variable which allows linter engine properly retrieve .eslintrc file.
It's necessary if I want to use standardx (allows overwrite standard rules through .eslintrc) as linter.
Honor Style Settings enabled with following package.json configuration
"standard": { "linter": "standardx", "parser": "babel-eslint" }
The text was updated successfully, but these errors were encountered:
Extension available within PR #213.
Sorry, something went wrong.
64e11fd
No branches or pull requests
In linter-js-standard.js line 20
settings.opts doesn't contain filename variable which allows linter engine properly retrieve .eslintrc file.
It's necessary if I want to use standardx (allows overwrite standard rules through .eslintrc) as linter.
Honor Style Settings enabled with following package.json configuration
The text was updated successfully, but these errors were encountered: