js-shell-emulator
Version:
JS Shell Emulator is a dead simple JavaScript library for emulating a terminal environment
28 lines (27 loc) • 399 B
JSON
{
"env": {
"browser": true,
"es2021": true
},
"extends": "standard",
"overrides": [
],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
"semi": [
"error",
"always"
],
"space-before-function-paren": [
"warn",
"never"
],
"no-async-promise-executor": "off"
},
"plugins": [
"html"
]
}