Exclude pro from bb lint
This commit is contained in:
parent
05ad752c91
commit
3959632254
|
@ -16,7 +16,8 @@
|
|||
"dist",
|
||||
"public",
|
||||
"*.spec.js",
|
||||
"bundle.js"
|
||||
"bundle.js",
|
||||
"packages/pro"
|
||||
],
|
||||
"plugins": ["svelte3"],
|
||||
"extends": ["eslint:recommended"],
|
||||
|
|
Loading…
Reference in New Issue