Sfoglia il codice sorgente

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

Marek Lewandowski 5 anni fa
parent
commit
8a665cb4b0
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      package.json

+ 1 - 0
package.json

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