Skip to content

Commit

Permalink
Clean up imports
Browse files Browse the repository at this point in the history
Closes #31
  • Loading branch information
bhelx committed Oct 14, 2024
1 parent 1fb7126 commit a6a16ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions template/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "src/index.ts",
"scripts": {
"build": "npx tsc --noEmit && node esbuild.js && extism-js dist/index.js -i src/index.d.ts -o dist/plugin.wasm",
"format": "npx prettier --write \"src/**/*.{ts,tsx}\""
"format": "npx prettier --write \"src/**/*.{ts,tsx}\" --plugin=prettier-plugin-organize-imports"
},
"keywords": [],
"author": "",
Expand All @@ -15,6 +15,7 @@
"@extism/js-pdk": "^1.0.1",
"esbuild": "^0.19.6",
"typescript": "^5.3.2",
"prettier": "^3.3.2"
"prettier": "^3.3.2",
"prettier-plugin-organize-imports": "^4.1.0"
}
}

0 comments on commit a6a16ec

Please sign in to comment.