Browse Source

lint lesson resources

Gregg Tavares 7 năm trước cách đây
mục cha
commit
b1ab4b1b49
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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',