mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
17 lines
218 B
TOML
17 lines
218 B
TOML
version = 1
|
|
|
|
[[analyzers]]
|
|
name = "javascript"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
environment = [
|
|
"nodejs",
|
|
"browser",
|
|
"jest",
|
|
]
|
|
|
|
plugins = ["react"]
|
|
style_guide = "airbnb"
|
|
dialect = "typescript"
|