Browse Source

lint lesson resources

Gregg Tavares 7 years ago
parent
commit
b1ab4b1b49
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Gruntfile.js

+ 3 - 0
Gruntfile.js

@@ -34,6 +34,9 @@ module.exports = function(grunt) {
       examples: {
         src: [
           'threejs/*.html',
+          'threejs/lessons/resources/*.js',
+          '!threejs/lessons/resources/prettify.js',
+          'threejs/lessons/resources/*.html',
         ],
         options: {
           configFile: 'build/conf/eslint-examples.json',