1
0
Fork 0
mirror of synced 2024-07-07 07:15:43 +12:00

Merge pull request #10795 from Budibase/exclude-pro-from-bb-lint

Exclude pro from bb lint
This commit is contained in:
Rory Powell 2023-06-06 09:45:41 +01:00 committed by GitHub
commit 0654c59d63

View file

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