ソースを参照

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": {