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
extends
Support bslint.json inheritance via extends
it would be great if bslint.json would be able to support inheritance similar to eslint and bsconfig.json to support default lint configurations
eslint
bsconfig.json
for example
{ "rules": { ....{default-lint-rules} }, "globals": [], "ignores": [ ] }
{ "extends": "./node_modules/shared-config/bslint.json", "rules": { ....{project-lint-rules} }, }
The text was updated successfully, but these errors were encountered:
Yeah this would be a nice addition!
Sorry, something went wrong.
No branches or pull requests
Summary
Support bslint.json inheritance via
extends
Details
it would be great if bslint.json would be able to support inheritance similar to
eslint
andbsconfig.json
to support default lint configurationsfor example
The text was updated successfully, but these errors were encountered: