@atomist/clj-editors
Version:
editor functions that use rewrite-clj and other important things from the clojurescript ecosystem
32 lines (25 loc) • 391 B
Markdown
# Preferences
```json
[
{"name": "atomist:fingerprints:clojure:project-deps",
"value": ""},
{"name": "fingerprints.deps.ignore",
"value": ""}
]
```
## project-deps json payload
```json
{
"org.clojure/clojure": "1.9.0"
}
```
## ignore json payload
```json
{
"atomisthq": {
"micro-srv-automation": {
"org.clojure/clojure": ["1.9.0"]
}
}
}
```