@megatherium/eslint-config
v0.7.3
Published
See the whole [documentation](https://megatherium.gitlab.io/eslint-config) or the [coverage report](https://megatherium.gitlab.io/eslint-config/coverage).
Readme
eslint-config
See the whole documentation or the coverage report.
Getting started
Install the module:
$ npm install @megatherium/eslint-config
Use the module:
// .eslintrc
{
"extends": [
"@megatherium/eslint-config"
]
}API
Exports
Exports the eslint configuration.
Scripts
The following scripts can be executed using npm run:
buildBuilds the module.build-docsBuilds the documentation.build-sourceBuilds the source code.build-testsBuilds test-cases from jsdoc examples.clearClears the module from a previous build.clear-coverageClears the coverage reports and caches.clear-docsClears the previous documentation build.clear-sourceClears the previous source build.clear-testsClears the generated jsdoc example test files.fixRuns all automated fixes.fix-lintAutomatically fixes linting problems.releaseRuns semantic release. Meant to be only executed by the CI, not by human users.testExecutes all tests.test-coverageGenerates coverage reports from the test results using nyc.test-depsExecutes a depcheck.test-e2eExecutes End-to-End-Tests using cucumber.test-integrationExecutes integration tests using jest.test-lintExecutes linting tests using eslint.test-unitExecutes unit tests using mocha.updateChecks for dependency updates using renovate.
Contribution
See Contribution Guidelines for more details.
