Explorar el Código

Internal (ckeditor5): Packages builds should also be excluded from linting process.

Marek Lewandowski hace 5 años
padre
commit
f32f7c2753
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      package.json

+ 1 - 0
package.json

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