UNPKG

randomstring-tool

Version:

A node.js tool for generating random text strings

12 lines (11 loc) 166 B
module.exports = { extends: 'airbnb-base', env: { jest: true, }, globals: { describe: 'readonly', it: 'readonly', expect: 'readonly', }, };