Kaynağa Gözat

lint lesson resources

Gregg Tavares 7 yıl önce
ebeveyn
işleme
b1ab4b1b49
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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',