mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-08-03 02:56:45 -04:00
15 lines
173 B
TOML
15 lines
173 B
TOML
version = 1
|
|
|
|
[[analyzers]]
|
|
name = "javascript"
|
|
|
|
[analyzers.meta]
|
|
plugins = ["vue"]
|
|
environment = [
|
|
"nodejs",
|
|
"browser"
|
|
]
|
|
|
|
[[transformers]]
|
|
name = "prettier"
|