UNPKG

driftin-secure-ls

Version:

Secure localStorage/sessionStorage data with high level of encryption and data compression

13 lines (12 loc) 338 B
module.exports = { extends: ['@commitlint/config-conventional'], rules: { // TODO Add Scope Enum Here // 'scope-enum': [2, 'always', ['yourscope', 'yourscope']], 'type-enum': [ 2, 'always', ['feat', 'fix', 'docs', 'chore', 'style', 'refactor', 'ci', 'test', 'revert', 'perf', 'vercel'], ], }, };