mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-07 00:13:53 +00:00
67ddcd8c68
* feat/table add react-table * feat/table add protected table route * feat/table upgrade dependencies * feat/table support parsing of new properties Co-authored-by: DeepSource Bot <bot@deepsource.io>
18 lines
269 B
TOML
18 lines
269 B
TOML
version = 1
|
|
|
|
test_patterns = [
|
|
"__mocks__/**",
|
|
"__tests__/**",
|
|
"cypress/**",
|
|
"*.test.*",
|
|
"*.mock.*",
|
|
"*.spec.*"
|
|
]
|
|
|
|
[[analyzers]]
|
|
name = "javascript"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
plugins = ["react"]
|
|
environment = ["nodejs","browser","jest"] |