Explorar o código

Excluded third-party libs from linting.

fredck %!s(int64=11) %!d(string=hai) anos
pai
achega
a979da2761
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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.
 	];