浏览代码

Internal (ckeditor5): Packages builds should also be excluded from linting process.

Marek Lewandowski 5 年之前
父节点
当前提交
f32f7c2753
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -159,6 +159,7 @@
   },
   "eslintIgnore": [
     "build/**",
+    "packages/*/build/**",
     "coverage/**"
   ],
   "workspaces": {