Exclude packages from linting and formatting (#2147)

*  Exclude packages from linting and formatting

*  Exclude /design-system package
This commit is contained in:
Iván Ovejero 2021-08-30 11:48:55 +02:00 committed by GitHub
parent 098bafefe2
commit 1dfebf0363
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

3
.eslintignore Normal file
View file

@ -0,0 +1,3 @@
packages/nodes-base
packages/editor-ui
packages/design-system

3
.prettierignore Normal file
View file

@ -0,0 +1,3 @@
packages/nodes-base
packages/editor-ui
packages/design-system