UNPKG

linenumber

Version:

Get the line number of one or more matches in a file

13 lines (12 loc) 209 B
module.exports = { options: { reporter: require('jshint-stylish'), eqeqeq: true, es3: true, indent: 2, newcap: true, quotmark: 'single', boss: true }, all: ['lib/**/*.js'] };