Browse Source

Internal (ckeditor5): External libs should also be ignored during the linting process.

Marek Lewandowski 5 năm trước cách đây
mục cha
commit
8a665cb4b0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -160,6 +160,7 @@
   "eslintIgnore": [
     "build/**",
     "packages/*/build/**",
+    "packages/*/src/lib/**",
     "coverage/**"
   ],
   "workspaces": {