dream2nix/examples/nodejs_eslint-aggreagted/projects.toml
2023-01-02 13:01:31 +01:00

16 lines
346 B
TOML

# To re-generate this file, run:
# nix run github:nix-community/dream2nix#detect-projects $source
# ... where `$source` points to the source of your project.
[eslint]
name = "eslint"
relPath = ""
subsystem = "nodejs"
translator = "package-json"
translators = ["package-json"]
[eslint.subsystemInfo]
noDev = true
nodejs = 18
aggregated = true