瀏覽代碼

Internal (ckeditor5): Eslint should ignore nested node_modules directories.

Kamil Piechaczek 5 年之前
父節點
當前提交
08d8b5f6ea
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -160,6 +160,7 @@
   },
   "eslintIgnore": [
     "build/**",
+    "packages/*/node_modules/**",
     "packages/*/build/**",
     "packages/*/src/lib/**",
     "coverage/**"