UNPKG

@open-xchange/bootstrap-tokenfield

Version:

Advanced tagging/tokenizing plugin for input fields with a focus on keyboard and copy-paste support. Fork of sliptree/bootstrap-tokenfield

10 lines (8 loc) 175 B
module.exports = function (grunt) { 'use strict'; grunt.config.merge({ eslint: { target: ['Gruntfile.js', '{js,tasks}/*.js'] } }); };