Parcourir la source

lint lesson resources

Gregg Tavares il y a 7 ans
Parent
commit
b1ab4b1b49
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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',