Parcourir la source

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

Marek Lewandowski il y a 5 ans
Parent
commit
8a665cb4b0
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      package.json

+ 1 - 0
package.json

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