Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Nov 1, 2024
1 parent 0447003 commit 813908f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/knip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"release": "release-it",
"create-plugin": "bun ./scripts/create-new-plugin.ts",
"postcreate-plugin": "biome format --write schema.json schema-jsonc.json src/ConfigurationValidator.ts",
"generate-plugin-defs": "node ./scripts/generate-plugin-defs.js && biome format --write src/plugins/index.ts src/types/PluginNames.ts"
"generate-plugin-defs": "node ./scripts/generate-plugin-defs.js && biome check --write src/plugins/index.ts src/types/PluginNames.ts"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/knip/src/plugins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ import { default as msw } from './msw/index.js';
import { default as nest } from './nest/index.js';
import { default as netlify } from './netlify/index.js';
import { default as next } from './next/index.js';
import { default as node } from './node/index.js';
import { default as nodeTestRunner } from './node-test-runner/index.js';
import { default as node } from './node/index.js';
import { default as nodemon } from './nodemon/index.js';
import { default as npmPackageJsonLint } from './npm-package-json-lint/index.js';
import { default as nuxt } from './nuxt/index.js';
import { default as nx } from './nx/index.js';
import { default as nyc } from './nyc/index.js';
import { default as oclif } from './oclif/index.js';
import { default as playwright } from './playwright/index.js';
import { default as playwrightCt } from './playwright-ct/index.js';
import { default as playwrightTest } from './playwright-test/index.js';
import { default as playwright } from './playwright/index.js';
import { default as postcss } from './postcss/index.js';
import { default as preconstruct } from './preconstruct/index.js';
import { default as prettier } from './prettier/index.js';
Expand Down

0 comments on commit 813908f

Please sign in to comment.