mirror of
https://github.com/CryptKeeperZK/crypt-keeper-extension.git
synced 2026-01-10 14:38:04 -05:00
* build(deps-dev): bump eslint-plugin-playwright from 0.14.3 to 0.15.1 Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 0.14.3 to 0.15.1. - [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases) - [Changelog](https://github.com/playwright-community/eslint-plugin-playwright/blob/main/CHANGELOG.md) - [Commits](https://github.com/playwright-community/eslint-plugin-playwright/compare/v0.14.3...v0.15.1) --- updated-dependencies: - dependency-name: eslint-plugin-playwright dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: ignore commitlint for dependabot --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 0xmad <0xmad@users.noreply.github.com>
5 lines
146 B
JavaScript
5 lines
146 B
JavaScript
module.exports = {
|
|
extends: ["@commitlint/config-conventional"],
|
|
ignores: [(message) => /Signed-off-by: dependabot\[bot]/m.test(message)],
|
|
};
|