浏览代码

Excluded third-party libs from linting.

fredck 11 年之前
父节点
当前提交
a979da2761
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/ckeditor5-engine/gruntfile.js

+ 1 - 0
packages/ckeditor5-engine/gruntfile.js

@@ -8,6 +8,7 @@ module.exports = function( grunt ) {
 
 	// Files that will be ignored by the "jscs" and "jshint" tasks.
 	var ignoreFiles = [
+		'src/lib/**',
 		// Automatically loaded from .gitignore. Add more if necessary.
 	];