浏览代码

Internal (ckeditor5): After switching to monorepo, packages dir should no longer be ignored for linting in the main repo.

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

+ 1 - 2
package.json

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