Skip to content

Commit e54cdcb

Browse files
committed
Decode and encode terminal output and input as stream
This should fix #205
1 parent 3feb767 commit e54cdcb

File tree

12 files changed

+869
-224
lines changed

12 files changed

+869
-224
lines changed

babel.config.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
module.exports = function(api) {
1919
api.cache(true);
20-
2120
return {
2221
presets: ["@babel/preset-env"],
2322
plugins: [["@babel/plugin-transform-runtime"]],

eslint.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,12 @@ export default [...compat.extends(
2323
...globals.node,
2424
$nuxt: true,
2525
},
26-
2726
ecmaVersion: 13,
2827
sourceType: "module",
29-
3028
parserOptions: {
3129
parser: "@babel/eslint-parser",
3230
},
3331
},
34-
3532
rules: {
3633
"vue/component-name-in-template-casing": ["error", "PascalCase"],
3734
"vue/multi-word-component-names": "off",

0 commit comments

Comments
 (0)