Skip to content

Removable unsafe entries #31

Closed
Closed
@stevemk14ebr

Description

@stevemk14ebr

The options for unsafe does not allow the removal of unsafe entries. I'd like to customize this array but I cannot since .concat is used so passing an empty array does not remove any rules:

base[key] = base[key].concat(extension[key] || [])

I want to remove these rules in particular:

{atBreak: true, character: '_'},
{before: '[^A-Za-z]', character: '_', inConstruct: 'phrasing'},
{character: '_', after: '[^A-Za-z]', inConstruct: 'phrasing'},

Metadata

Metadata

Assignees

No one assigned

    Labels

    🙅 no/wontfixThis is not (enough of) an issue for this project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions