Skip to content

Commit 813908f

Browse files
committedNov 1, 2024
Format
1 parent 0447003 commit 813908f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎packages/knip/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"release": "release-it",
5050
"create-plugin": "bun ./scripts/create-new-plugin.ts",
5151
"postcreate-plugin": "biome format --write schema.json schema-jsonc.json src/ConfigurationValidator.ts",
52-
"generate-plugin-defs": "node ./scripts/generate-plugin-defs.js && biome format --write src/plugins/index.ts src/types/PluginNames.ts"
52+
"generate-plugin-defs": "node ./scripts/generate-plugin-defs.js && biome check --write src/plugins/index.ts src/types/PluginNames.ts"
5353
},
5454
"files": [
5555
"dist",

‎packages/knip/src/plugins/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ import { default as msw } from './msw/index.js';
3232
import { default as nest } from './nest/index.js';
3333
import { default as netlify } from './netlify/index.js';
3434
import { default as next } from './next/index.js';
35-
import { default as node } from './node/index.js';
3635
import { default as nodeTestRunner } from './node-test-runner/index.js';
36+
import { default as node } from './node/index.js';
3737
import { default as nodemon } from './nodemon/index.js';
3838
import { default as npmPackageJsonLint } from './npm-package-json-lint/index.js';
3939
import { default as nuxt } from './nuxt/index.js';
4040
import { default as nx } from './nx/index.js';
4141
import { default as nyc } from './nyc/index.js';
4242
import { default as oclif } from './oclif/index.js';
43-
import { default as playwright } from './playwright/index.js';
4443
import { default as playwrightCt } from './playwright-ct/index.js';
4544
import { default as playwrightTest } from './playwright-test/index.js';
45+
import { default as playwright } from './playwright/index.js';
4646
import { default as postcss } from './postcss/index.js';
4747
import { default as preconstruct } from './preconstruct/index.js';
4848
import { default as prettier } from './prettier/index.js';

0 commit comments

Comments
 (0)
Please sign in to comment.