Skip to content

Commit

Permalink
Resolves #148
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Jan 12, 2025
1 parent e5b0b0d commit 2f7111e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/run.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@

import { execSync } from 'node:child_process';
import { Command } from 'commander';
import packageJson from '../package.json' assert { type: 'json' };

const program = new Command();

program
.name(packageJson.name)
.description(packageJson.description)
.version(packageJson.version);
.name('Ultracite')
.description('Strict, opinionated linting config for modern TypeScript apps.');

program
.command('lint')
Expand Down

0 comments on commit 2f7111e

Please sign in to comment.