26 lines
356 B
TOML
26 lines
356 B
TOML
version = 1
|
|
|
|
test_patterns = ["**/test/**"]
|
|
|
|
exclude_patterns = [
|
|
"static/**",
|
|
"deploy/**",
|
|
"contributions/**"
|
|
]
|
|
|
|
[[analyzers]]
|
|
name = "javascript"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
plugins = ["react"]
|
|
environment = [
|
|
"nodejs",
|
|
"browser",
|
|
"cypress"
|
|
]
|
|
dialect = "typescript"
|
|
dependency_file_paths = [
|
|
'/app/client/'
|
|
]
|