outline-server/commitlint.config.js
Daniel LaCosse cd5f91742d
chore: delete manager and update server_manager/README.md (#1511)
* delete manager and update readme

* remove scopes from commitlint

* update jobs

* Update src/server_manager/README.md

Co-authored-by: Vinicius Fortuna <fortuna@users.noreply.github.com>

* Update README.md

* npx karma

* install puppeteer

* webpack, too? jeez.

* finally

---------

Co-authored-by: Vinicius Fortuna <fortuna@users.noreply.github.com>
2024-02-22 13:16:40 -05:00

10 lines
230 B
JavaScript

module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'scope-enum': [
2,
'always',
['devtools', 'devtools/build', 'docs', 'metrics_server', 'sentry_webhook', 'server'],
],
},
};