File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
"release" : " release-it" ,
50
50
"create-plugin" : " bun ./scripts/create-new-plugin.ts" ,
51
51
"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"
53
53
},
54
54
"files" : [
55
55
" dist" ,
Original file line number Diff line number Diff line change @@ -32,17 +32,17 @@ import { default as msw } from './msw/index.js';
32
32
import { default as nest } from './nest/index.js' ;
33
33
import { default as netlify } from './netlify/index.js' ;
34
34
import { default as next } from './next/index.js' ;
35
- import { default as node } from './node/index.js' ;
36
35
import { default as nodeTestRunner } from './node-test-runner/index.js' ;
36
+ import { default as node } from './node/index.js' ;
37
37
import { default as nodemon } from './nodemon/index.js' ;
38
38
import { default as npmPackageJsonLint } from './npm-package-json-lint/index.js' ;
39
39
import { default as nuxt } from './nuxt/index.js' ;
40
40
import { default as nx } from './nx/index.js' ;
41
41
import { default as nyc } from './nyc/index.js' ;
42
42
import { default as oclif } from './oclif/index.js' ;
43
- import { default as playwright } from './playwright/index.js' ;
44
43
import { default as playwrightCt } from './playwright-ct/index.js' ;
45
44
import { default as playwrightTest } from './playwright-test/index.js' ;
45
+ import { default as playwright } from './playwright/index.js' ;
46
46
import { default as postcss } from './postcss/index.js' ;
47
47
import { default as preconstruct } from './preconstruct/index.js' ;
48
48
import { default as prettier } from './prettier/index.js' ;
You can’t perform that action at this time.
0 commit comments