UNPKG

quill-magic-url

Version:

Checks for URLs during typing and pasting and automatically converts them to links.

14 lines (13 loc) 208 B
module.exports = { root: true, parser: 'babel-eslint', env: { browser: true, node: true, 'jest/globals': true, }, extends: 'standard', rules: {}, globals: {}, plugins: ['jest'], }