mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-03 20:10:18 -04:00
20 lines
257 B
TOML
20 lines
257 B
TOML
version = 1
|
|
|
|
test_patterns = [
|
|
"public/**",
|
|
"src/**"
|
|
]
|
|
|
|
exclude_patterns = ["src/components/assets/img/**"]
|
|
|
|
[[analyzers]]
|
|
name = "javascript"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
plugins = ["react"]
|
|
|
|
[[transformers]]
|
|
name = "standardjs"
|
|
enabled = true
|