UNPKG

gotiny

Version:

SDK for GoTiny: A lightweight link shortener API

16 lines (15 loc) 210 B
module.exports = { extends: [ 'airbnb-base', ], parserOptions: { ecmaVersion: 'latest', }, rules: { 'no-throw-literal': 0, }, ignorePatterns: [ 'node_modules', 'dist', ], };