mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Add minified js file to exclusions for jshint
This commit is contained in:
@@ -3,7 +3,7 @@ module.exports = function (grunt) {
|
||||
grunt.initConfig({
|
||||
|
||||
jshint: {
|
||||
all: ['**/*.js', '!node_modules/**/*.js', '!public/js/vendor/**/*.js'],
|
||||
all: ['**/*.js', '!node_modules/**/*.js', '!public/js/vendor/**/*.js', '!public/js/site.min.js'],
|
||||
options: {
|
||||
es3: false,
|
||||
indent: 4,
|
||||
|
Reference in New Issue
Block a user