UNPKG

extract-email-address

Version:

Extracts email address from an arbitrary text input.

18 lines (16 loc) 283 B
const auto = require('eslint-config-canonical/configurations/auto'); module.exports = [ { files: ['**/*.cjs', '**/*.ts', '**/*.tsx'], }, { files: ['**/*.ts'], rules: { 'id-length': 0, }, }, ...auto, { ignores: ['**/package-lock.json'], }, ];