newscoop/JS-Scoopwriter

View on GitHub
grunt/jshint.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    options: {
        jshintrc: '.jshintrc',
        reporter: require('jshint-stylish')
    },
    all: [
        'Gruntfile.js',
        '<%= source %>/scripts/{,*/}*.js',
        '!<%= source %>/scripts/localization/**',
    ]
};