shrub/pkg/interface/webterm/.eslintrc.js
fang d98611a04b
webterm: support multiple sessions
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>
2022-03-02 17:34:19 -06:00

8 lines
89 B
JavaScript

const config = {
"rules": {
"spaced-comment": false,
}
}
export default config;