Exclude pro from bb lint

This commit is contained in:
Rory Powell 2023-06-06 09:43:04 +01:00
parent 05ad752c91
commit 3959632254
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@
"dist",
"public",
"*.spec.js",
"bundle.js"
"bundle.js",
"packages/pro"
],
"plugins": ["svelte3"],
"extends": ["eslint:recommended"],