mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 01:01:37 +03:00
d98611a04b
Fully implements webterm support for multiple dill terminal sessions. Remaining work includes styling, session creation safety (name-wise), and general cleanup. Co-authored-by: tomholford <tomholford@users.noreply.github.com> Co-authored-by: liam-fitzgerald <liam@tlon.io>
8 lines
89 B
JavaScript
8 lines
89 B
JavaScript
const config = {
|
|
"rules": {
|
|
"spaced-comment": false,
|
|
}
|
|
}
|
|
|
|
export default config;
|