mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-29 18:59:20 +01:00
11 lines
151 B
TOML
11 lines
151 B
TOML
version = 1
|
|
|
|
[[analyzers]]
|
|
name = "javascript"
|
|
|
|
[analyzers.meta]
|
|
plugins = ["react"]
|
|
environment = ["nodejs"]
|
|
|
|
[[transformers]]
|
|
name = "prettier" |