Skip to content

Commit

Permalink
Fix: missed eslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Mar 9, 2024
1 parent 0f2474a commit beafae6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
"@inquirer/type": "^1.2.0",
"external-editor": "^3.1.0"
},
"devDependencies": {
"@inquirer/testing": "^2.1.12"
},
"scripts": {
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
"tsc:esm": "rm -rf dist/esm && tsc -p ./tsconfig.json",
Expand Down

0 comments on commit beafae6

Please sign in to comment.