mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 14:02:48 +00:00
feat: exclude tests from linting
This commit is contained in:
@@ -130,5 +130,10 @@
|
|||||||
"check-format",
|
"check-format",
|
||||||
"allow-leading-underscore"
|
"allow-leading-underscore"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"linterOptions": {
|
||||||
|
"exclude": [
|
||||||
|
"test/**/*.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user