mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 06:41:21 +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({
|
grunt.initConfig({
|
||||||
|
|
||||||
jshint: {
|
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: {
|
options: {
|
||||||
es3: false,
|
es3: false,
|
||||||
indent: 4,
|
indent: 4,
|
||||||
|
Reference in New Issue
Block a user