Skip to content

Commit

Permalink
[ts] remove xlsx formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
grasword committed Oct 27, 2023
1 parent bb17a51 commit 582877b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 37 deletions.
14 changes: 1 addition & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"dependencies": {
"@2bad/mimir-translator": "*",
"@2bad/mimir-validator": "*",
"@e965/xlsx": "0.20.0",
"@oclif/core": "3.6.0",
"@oclif/plugin-help": "6.0.4",
"@oclif/plugin-plugins": "3.9.3",
Expand Down
4 changes: 0 additions & 4 deletions packages/cli/source/commands/validate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ export default class Validate extends Command {
case 'json':
this.log(format.json(report))
break
case 'xlsx':
format.xlsx(report, flags.outputFile)
this.log()
break
case 'compact':
this.log(format.compact(report, flags.path))
break
Expand Down
1 change: 0 additions & 1 deletion packages/cli/source/formatters/format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
export { compact } from '~/formatters/compact.js'
export { json } from '~/formatters/json.js'
export { stylish } from '~/formatters/stylish.js'
export { xlsx } from '~/formatters/xlsx.js'
18 changes: 0 additions & 18 deletions packages/cli/source/formatters/xlsx.ts

This file was deleted.

0 comments on commit 582877b

Please sign in to comment.