mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
linting
This commit is contained in:
parent
a13339ac47
commit
42e03a4296
@ -11,9 +11,7 @@ export default defineConfig({
|
|||||||
coverage: {
|
coverage: {
|
||||||
all: true,
|
all: true,
|
||||||
include: ['src/**/*.{js,jsx,ts,tsx}'],
|
include: ['src/**/*.{js,jsx,ts,tsx}'],
|
||||||
exclude: [
|
exclude: [...configDefaults.exclude],
|
||||||
...configDefaults.exclude,
|
|
||||||
],
|
|
||||||
thresholds: {
|
thresholds: {
|
||||||
lines: 0,
|
lines: 0,
|
||||||
functions: 67,
|
functions: 67,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user