UNPKG

node-shortenurl

Version:

node-shortenurl will help you to short your URLs within your project.

16 lines (15 loc) 202 B
module.exports = { 'env': { 'browser': true, 'commonjs': true, 'es2021': true, }, 'extends': [ 'google', ], 'parserOptions': { 'ecmaVersion': 13, }, 'rules': { }, };